change favicons
[mlpccg-meta.git] / mlpccg-web / settings.py
index a7a2814..41d78fb 100644 (file)
@@ -24,7 +24,7 @@ DEBUG = False
 
 TEMPLATE_DEBUG = False
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['.yukkurigames.com', 'mlpccg-meta.local']
 
 
 # Application definition
@@ -81,4 +81,5 @@ USE_TZ = True
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.6/howto/static-files/
 
-STATIC_URL = '/static/'
+STATIC_URL = 'http://mlpccg-meta.local/meta/static/'
+STATIC_ROOT = '/home/jessicatz/Bin/htdocs/meta/static/'