did things
This commit is contained in:
BIN
houtmarkt/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
houtmarkt/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
BIN
houtmarkt/__pycache__/settings.cpython-36.pyc
Normal file
BIN
houtmarkt/__pycache__/settings.cpython-36.pyc
Normal file
Binary file not shown.
BIN
houtmarkt/__pycache__/urls.cpython-36.pyc
Normal file
BIN
houtmarkt/__pycache__/urls.cpython-36.pyc
Normal file
Binary file not shown.
BIN
houtmarkt/__pycache__/wsgi.cpython-36.pyc
Normal file
BIN
houtmarkt/__pycache__/wsgi.cpython-36.pyc
Normal file
Binary file not shown.
@ -23,9 +23,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
SECRET_KEY = 'n2h_6t5qnp8zvke(%a%ph)xj4h8w+kgg46pld0r2^ndcme3el6'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ["10.10.0.217"]
|
||||
|
||||
|
||||
# Application definition
|
||||
@ -119,3 +119,4 @@ USE_TZ = True
|
||||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = "/staticfiles/"
|
||||
|
Reference in New Issue
Block a user