.. |
management/commands
|
allow running archivebox core commands from manage.py
|
2019-04-22 13:36:27 -04:00 |
migrations
|
fix tmp data dir resolution when running help or version outside data dir
|
2024-10-04 01:40:41 -07:00 |
templatetags
|
remove django-url-tools in favor of core_tags snippet
|
2024-10-03 18:25:20 -07:00 |
__init__.py
|
Update to Django 4.2.x, now in LTS until April 2026
|
2024-03-25 17:46:01 -07:00 |
admin.py
|
switch .is_dir and .exists for os.access to avoid PermissionError on startup
|
2024-10-08 03:02:34 -07:00 |
admin_archiveresults.py
|
comment out Crawl api methods temporarily
|
2024-10-14 15:41:58 -07:00 |
admin_snapshots.py
|
comment out Crawl api methods temporarily
|
2024-10-14 15:41:58 -07:00 |
admin_tags.py
|
comment out Crawl api methods temporarily
|
2024-10-14 15:41:58 -07:00 |
admin_users.py
|
comment out Crawl api methods temporarily
|
2024-10-14 15:41:58 -07:00 |
apps.py
|
redact passwords, keys, and secret tokens in admin UI
|
2024-05-06 11:06:42 -07:00 |
asgi.py
|
fix import errors
|
2024-09-30 19:32:57 -07:00 |
forms.py
|
move util.py into misc folder
|
2024-09-30 17:25:15 -07:00 |
middleware.py
|
improve config loading of TMP_DIR, LIB_DIR, move to separate files
|
2024-10-07 23:45:11 -07:00 |
mixins.py
|
revert queryset intersection back to union for search results
|
2024-05-06 23:13:52 -07:00 |
models.py
|
move crawl model out of core
|
2024-10-14 15:42:36 -07:00 |
settings.py
|
move serve_static and shell_welcome_message into misc
|
2024-10-14 17:35:28 -07:00 |
settings_logging.py
|
switch .is_dir and .exists for os.access to avoid PermissionError on startup
|
2024-10-08 03:02:34 -07:00 |
tests.py
|
refactor: Organize code to remove flake8 issues
|
2020-07-24 12:25:25 -05:00 |
urls.py
|
move serve_static and shell_welcome_message into misc
|
2024-10-14 17:35:28 -07:00 |
views.py
|
move serve_static and shell_welcome_message into misc
|
2024-10-14 17:35:28 -07:00 |
wsgi.py
|
fix old wsgi.py
|
2024-10-04 16:08:57 -07:00 |