X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg-web%2Fsettings.py;h=41d78fb43136f14b32e9227ab26f609a3b8f5afb;hp=a7a281483cad8587efb1e67705ffbaf61d31a418;hb=ad2391fd3a44ae4ebf2b03cca14caf738b27dcdf;hpb=fb6094edaa3a1a59060f1382d362b671d4d70468 diff --git a/mlpccg-web/settings.py b/mlpccg-web/settings.py index a7a2814..41d78fb 100644 --- a/mlpccg-web/settings.py +++ b/mlpccg-web/settings.py @@ -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/'