wiki/archivebox/core
2024-09-25 05:10:09 -07:00
..
management/commands
migrations fix migrations import errors 2024-09-06 03:48:52 -07:00
templatetags
__init__.py Update to Django 4.2.x, now in LTS until April 2026 2024-03-25 17:46:01 -07:00
admin.py move almost all config into new archivebox.CONSTANTS 2024-09-25 05:10:09 -07:00
apps.py redact passwords, keys, and secret tokens in admin UI 2024-05-06 11:06:42 -07:00
asgi.py add preliminary support for ASGI/daphne serving 2024-09-05 21:43:42 -07:00
auth_ldap.py fix lint errors 2024-04-25 21:36:11 -07:00
auth.py fix lint errors 2024-04-25 21:36:11 -07:00
forms.py move to new vendoring fallback logic 2024-08-23 02:01:02 -07:00
middleware.py
mixins.py revert queryset intersection back to union for search results 2024-05-06 23:13:52 -07:00
models.py fix rich logging issues 2024-09-24 21:17:07 -07:00
serve_static.py add HTTP byte range request support to media file serving 2024-09-05 21:41:49 -07:00
settings_logging.py setup rich tracebacks width properly 2024-09-25 00:39:27 -07:00
settings.py move almost all config into new archivebox.CONSTANTS 2024-09-25 05:10:09 -07:00
shell_welcome_message.py load ipython rich extension in archivebox shell 2024-09-24 19:37:05 -07:00
tests.py
urls.py add HTTP byte range request support to media file serving 2024-09-05 21:41:49 -07:00
views.py add django_huey, huey_monitor, and replace Threads with huey tasks 2024-09-10 00:05:45 -07:00
wsgi.py