X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg-web%2Fsettings.py;h=41d78fb43136f14b32e9227ab26f609a3b8f5afb;hp=5f311eb473cb37596cbcfdee6037b96084f1c82f;hb=ad2391fd3a44ae4ebf2b03cca14caf738b27dcdf;hpb=247faccd70eea33b856c3aac471be3d411b8be80 diff --git a/mlpccg-web/settings.py b/mlpccg-web/settings.py index 5f311eb..41d78fb 100644 --- a/mlpccg-web/settings.py +++ b/mlpccg-web/settings.py @@ -20,11 +20,11 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = 'iqk@e(3cavf&!ewvx_0t8m=p5kh(rl_=td&pe!afhu@fiu%j_w' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False -TEMPLATE_DEBUG = True +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/'