ci: force set server mode to dev for sandbox deploy

This commit is contained in:
Nicolas Giard 2022-11-14 15:48:13 -05:00 committed by GitHub
parent cdfe7ea4cf
commit 069c913817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,9 @@
from ietf.settings import * # pyflakes:ignore
SERVER_MODE = 'development'
DEBUG = True
ALLOWED_HOSTS = ['*']
DATABASES = {