ArchiveBox/archivebox/core
Nick Sweeting b3c1cb716e
Some checks are pending
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
move abx plugins inside vendor dir
2024-10-28 04:07:35 -07:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations remove Crawl migration in favor of separate app 2024-10-14 17:41:07 -07:00
templatetags remove django-url-tools in favor of core_tags snippet 2024-10-03 18:25:20 -07:00
__init__.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
admin.py fix admin registration using abx hooks 2024-10-14 17:38:38 -07:00
admin_archiveresults.py fix admin registration using abx hooks 2024-10-14 17:38:38 -07:00
admin_site.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
admin_snapshots.py fix admin registration using abx hooks 2024-10-14 17:38:38 -07:00
admin_tags.py fix admin registration using abx hooks 2024-10-14 17:38:38 -07:00
admin_users.py comment out Crawl api methods temporarily 2024-10-14 15:41:58 -07:00
apps.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
asgi.py finally get rid of config/legacy in favor of configfile.py and django.py 2024-10-21 03:06:19 -07:00
forms.py move util.py into misc folder 2024-09-30 17:25:15 -07:00
middleware.py improve config loading of TMP_DIR, LIB_DIR, move to separate files 2024-10-07 23:45:11 -07:00
models.py rename sessions app in INSTALLED_APPS to personas 2024-10-21 00:37:57 -07:00
settings.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
settings_logging.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py move serve_static and shell_welcome_message into misc 2024-10-14 17:35:28 -07:00
views.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
wsgi.py finally get rid of config/legacy in favor of configfile.py and django.py 2024-10-21 03:06:19 -07:00