forked from 00dani/lemoncurry
Disable DEBUG in prod because yikes
This commit is contained in:
parent
6cb43fe0fc
commit
041fd76a2b
1 changed files with 1 additions and 0 deletions
|
@ -7,5 +7,6 @@ DATABASES['default'] = {
|
||||||
'NAME': 'lemoncurry',
|
'NAME': 'lemoncurry',
|
||||||
'USER': 'lemoncurry',
|
'USER': 'lemoncurry',
|
||||||
}
|
}
|
||||||
|
DEBUG = False
|
||||||
STATIC_URL = 'https://cdn.00dani.me/'
|
STATIC_URL = 'https://cdn.00dani.me/'
|
||||||
MEDIA_URL = STATIC_URL + 'media/'
|
MEDIA_URL = STATIC_URL + 'media/'
|
||||||
|
|
Loading…
Reference in a new issue