From: Jess Date: Thu, 28 Aug 2014 21:24:50 +0000 (+0200) Subject: change favicons X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=commitdiff_plain;h=ad2391fd3a44ae4ebf2b03cca14caf738b27dcdf change favicons set static file collection dirs --- diff --git a/meta/static/apple-touch-icon-precomposed.png b/meta/static/apple-touch-icon-precomposed.png index 1ea85ed..a951a10 100644 Binary files a/meta/static/apple-touch-icon-precomposed.png and b/meta/static/apple-touch-icon-precomposed.png differ diff --git a/meta/static/favicon.ico b/meta/static/favicon.ico index be74abd..26cb573 100644 Binary files a/meta/static/favicon.ico and b/meta/static/favicon.ico differ 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/'