ArchiveBox/archivebox/core
2024-11-19 06:32:33 -08:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations rename abid_utils to base_models 2024-11-18 19:40:05 -08:00
templatetags remove django-url-tools in favor of core_tags snippet 2024-10-03 18:25:20 -07:00
__init__.py fix plugin loading order, admin, abx-pkg 2024-11-16 06:44:12 -08:00
actors.py rename actors to workers 2024-11-18 04:27:37 -08:00
admin.py fix admin registration using abx hooks 2024-10-14 17:38:38 -07:00
admin_archiveresults.py rename abid_utils to base_models 2024-11-18 19:40:05 -08:00
admin_site.py move abx plugins inside vendor dir 2024-10-28 04:07:35 -07:00
admin_snapshots.py move main funcs into cli files and switch to using click for CLI 2024-11-19 00:18:51 -08:00
admin_tags.py rename abid_utils to base_models 2024-11-18 19:40:05 -08: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 API fixes and add actors endpoints 2024-11-17 20:09:06 -08: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 add urls log to Crawl model 2024-11-19 06:32:33 -08:00
settings.py fix archivebox shell and manage CLI commands 2024-11-19 00:48:39 -08:00
settings_logging.py move monkey_patches.py into archivebox.misc subfolder 2024-11-18 19:10:42 -08:00
statemachines.py improve statemachine logging and archivebox update CLI cmd 2024-11-19 03:31:05 -08:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py merge queues and actors apps into new workers app 2024-11-18 18:52:48 -08:00
views.py add urls log to Crawl model 2024-11-19 06:32:33 -08: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