Local configuration for lxc-crash
diff --git a/hiccup/settings.py b/hiccup/settings.py
index 349a47b..7727902 100644
--- a/hiccup/settings.py
+++ b/hiccup/settings.py
@@ -23,9 +23,9 @@
 SECRET_KEY = '7u+#ha3hk!x+*)clhs46%n*)w1q+5s4+yoc#1!nm0b%fwwrud@'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = False 
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['*']
 
 
 # Application definition
@@ -124,3 +124,5 @@
 # https://docs.djangoproject.com/en/1.9/howto/static-files/
 
 STATIC_URL = '/static/'
+
+STATIC_ROOT = "/home/hiccup/static/static"