ci: force set server mode to dev for sandbox deploy
This commit is contained in:
parent
cdfe7ea4cf
commit
069c913817
|
@ -3,6 +3,9 @@
|
|||
|
||||
from ietf.settings import * # pyflakes:ignore
|
||||
|
||||
SERVER_MODE = 'development'
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
DATABASES = {
|
||||
|
|
Loading…
Reference in a new issue