1
0
Fork 0
mirror of synced 2024-09-29 08:41:15 +13:00
ArchiveBox/archivebox/core
2020-12-06 01:12:47 +02:00
..
management/commands
migrations feat: Bump django, update migration and change cmd to use JSONField 2020-11-27 16:23:27 -05:00
__init__.py
admin.py Initial implementation 2020-12-06 01:12:45 +02: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
mixins.py Use QuerySets for search backend API instead of pks 2020-12-06 01:12:47 +02:00
models.py simplify history helper 2020-11-28 01:14:45 -05:00
settings.py lint: Fix warnings in master branch 2020-11-02 08:51:48 -05:00
tests.py
urls.py update urls to new repo path 2020-11-23 02:06:46 -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 Remove duplicate context after rebase 2020-12-03 15:44:21 -05:00
welcome_message.py
wsgi.py