mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
add preliminary support for ASGI/daphne serving
This commit is contained in:
parent
26291f81ef
commit
2c48dabfab
2 changed files with 29 additions and 0 deletions
archivebox/core
|
@ -65,6 +65,7 @@ PLUGIN_KEYS = AttrDict({
|
|||
################################################################################
|
||||
|
||||
WSGI_APPLICATION = 'core.wsgi.application'
|
||||
ASGI_APPLICATION = "core.asgi.application"
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
LOGIN_URL = '/accounts/login/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue