ArchiveBox/archivebox/core
2021-02-16 15:49:29 -05:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations catch exception on import of old index.json into ArchiveResult 2021-02-01 16:31:29 -05:00
templatetags cleanup templates and views 2021-01-30 05:47:55 -05:00
__init__.py first working django model with archivebox-shell command and sql exporting 2019-04-17 03:49:18 -04:00
admin.py show extra fields on ArchiveResult admin list and detail page 2021-02-16 15:47:49 -05:00
apps.py wip initial django setup 2019-04-02 16:36:41 -04:00
forms.py fix AddLinkForm widget complaining about missing template var class 2021-02-15 20:42:59 -05:00
mixins.py Fix search to include filters 2020-12-14 13:40:38 -05:00
models.py cache dir size, snapshot icons, tags str, and title in django cache 2021-02-16 15:49:29 -05:00
settings.py disable django caches explicitly 2021-02-16 06:18:39 -05:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py always serve static files 2021-02-16 04:16:24 -05:00
views.py fix color option in docker 2021-02-16 01:26:26 -05:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py fix wsgi.py 2021-02-16 04:16:51 -05:00