change favicons
authorJess <jessicatz.fairymeadow@gmail.com>
Thu, 28 Aug 2014 21:24:50 +0000 (23:24 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Thu, 28 Aug 2014 21:24:50 +0000 (23:24 +0200)
set static file collection dirs

meta/static/apple-touch-icon-precomposed.png
meta/static/favicon.ico
mlpccg-web/settings.py

index 1ea85ed..a951a10 100644 (file)
Binary files a/meta/static/apple-touch-icon-precomposed.png and b/meta/static/apple-touch-icon-precomposed.png differ
index be74abd..26cb573 100644 (file)
Binary files a/meta/static/favicon.ico and b/meta/static/favicon.ico differ
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/'