fixing sqlite
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
from .base import *
|
||||
from .getenv import get_env_variable
|
||||
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['18.196.202.28']
|
||||
|
||||
SECRET_KEY = get_env_variable('SECRET_KEY')
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
||||
Reference in New Issue
Block a user