1
0
Fork 0
mirror of synced 2024-09-30 00:56:17 +13:00
ArchiveBox/archivebox/core
2020-09-24 15:34:23 -05:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations Improved tags 2020-09-24 15:34:23 -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 Improved tags 2020-09-24 15:34:23 -05:00
apps.py
forms.py fix pending titles and favicons, improve add page, custom admin 2020-07-27 23:26:45 -04:00
models.py Fix serialization 2020-09-24 15:34:23 -05:00
settings.py Improved tags 2020-09-24 15:34:23 -05:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py feat: Redirect old add view to the main one 2020-09-17 09:08:20 -05:00
utils.py fix: Remove unused imports 2020-09-16 08:50:56 -05:00
views.py fix: Remove unused imports 2020-09-16 08:50:56 -05:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py