mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
config fixes
This commit is contained in:
parent
aa71a231f6
commit
ac9e0e356d
8 changed files with 57 additions and 42 deletions
|
@ -25,6 +25,7 @@ IS_SHELL = 'shell' in sys.argv[:3] or 'shell_plus' in sys.argv[:3]
|
|||
### Django Core Settings
|
||||
################################################################################
|
||||
|
||||
DEBUG = True
|
||||
WSGI_APPLICATION = 'core.wsgi.application'
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue