|
|
@@ -205,7 +205,6 @@ FILE_UPLOAD_HANDLERS = (
|
|
|
# Wrap each request in a transaction.
|
|
|
ATOMIC_REQUESTS = True
|
|
|
|
|
|
-
|
|
|
############################################################
|
|
|
# Part 4: Installation of apps
|
|
|
############################################################
|
|
|
@@ -250,6 +249,9 @@ TEMPLATE_DEBUG = DEBUG
|
|
|
# configs.
|
|
|
############################################################
|
|
|
|
|
|
+# Configure allowed hosts
|
|
|
+ALLOWED_HOSTS = desktop.conf.ALLOWED_HOSTS.get()
|
|
|
+
|
|
|
# Configure hue admins
|
|
|
ADMINS = []
|
|
|
for admin in desktop.conf.DJANGO_ADMINS.get():
|