1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00
ArchiveBox/archivebox/core
2022-09-14 09:36:17 +00:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations Add missing migration 0021 2022-09-14 09:36:17 +00:00
templatetags add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support 2021-04-10 04:21:36 -04:00
__init__.py first working django model with archivebox-shell command and sql exporting 2019-04-17 03:49:18 -04:00
admin.py add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support 2021-04-10 04:21:36 -04:00
apps.py enforce new models to use uuid keys 2021-04-10 06:32:45 -04:00
forms.py add form parser option 2021-04-01 02:34:16 -04:00
middleware.py add new timezone autosetting and cache header setting middlewares 2021-04-10 04:21:36 -04:00
mixins.py dont prevent search when backend throws an exception or times out 2021-04-11 00:49:35 -04:00
models.py enforce utf8 on more file reads 2021-04-10 07:22:32 -04:00
settings.py Update settings.py 2022-06-08 20:00:29 -07:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py healthcheck endpoint 2021-10-03 19:12:03 +02:00
views.py healthcheck endpoint 2021-10-03 19:12:03 +02:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py fix lint errors 2021-02-16 16:26:48 -05:00