1
0
Fork 0
mirror of synced 2024-06-24 17:10:21 +12:00
ArchiveBox/archivebox/core
2020-12-11 23:03:46 -05:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations feat: Bump django, update migration and change cmd to use JSONField 2020-11-27 16:23:27 -05:00
templatetags Feature implementation 2020-12-11 23:03:46 -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 Feature implementation 2020-12-11 23:03:46 -05:00
apps.py wip initial django setup 2019-04-02 16:36:41 -04:00
forms.py move utils and vendored libs into subfolders 2020-12-06 02:01:18 +02:00
mixins.py Use QuerySets for search backend API instead of pks 2020-12-06 01:12:47 +02:00
models.py feat: Remove walrus operator (we still need to support python3.7) 2020-12-06 12:23:02 -05:00
settings.py feat: Patch setup_django so we can use an inmemory db in specific commands 2020-12-08 18:42:25 -05:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py update urls to new repo path 2020-11-23 02:06:46 -05:00
views.py Remove duplicate context after rebase 2020-12-03 15:44:21 -05:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py working archivebox command inside django legacy folder 2019-04-02 18:53:21 -04:00