.. |
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 |
actors.py
|
better docstrings and comments
|
2024-11-15 23:21:40 -08:00 |
admin.py
|
fix admin registration using abx hooks
|
2024-10-14 17:38:38 -07:00 |
admin_archiveresults.py
|
fix django.forms.JSONField does not exist 500 error
|
2024-10-28 18:47:45 -07:00 |
admin_site.py
|
move abx plugins inside vendor dir
|
2024-10-28 04:07:35 -07:00 |
admin_snapshots.py
|
more config improvements, move away from settings GLOBALS to getters
|
2024-10-24 14:50:07 -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
|
more StateMachine, Actor, and Orchestrator improvements
|
2024-11-04 07:08:39 -08:00 |
settings.py
|
add new core and crawsl statemachine manager
|
2024-11-03 00:41:11 -07:00 |
settings_logging.py
|
move abx plugins inside vendor dir
|
2024-10-28 04:07:35 -07:00 |
statemachines.py
|
better docstrings and comments
|
2024-11-15 23:21:40 -08: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
|
replace os.access with os.path.isdir
|
2024-10-28 19:06:38 -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 |