1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archivebox/core
2020-10-20 08:23:25 -05:00
..
management/commands
migrations refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
__init__.py
admin.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
apps.py
forms.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
models.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
settings.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
tests.py
urls.py feat: Redirect old add view to the main one 2020-09-17 09:08:20 -05:00
utils.py fix: Remove trailing slash from public index 2020-09-25 13:48:19 -05:00
utils_taggit.py refactor: Remove django-taggit and replace it with a local tags setup 2020-10-12 13:47:03 -05:00
views.py Add a bookmarklet 2020-10-03 14:57:55 -05:00
welcome_message.py
wsgi.py