Skip to content

Instantly share code, notes, and snippets.

@RobCombs
Created June 19, 2015 10:16
Show Gist options
  • Save RobCombs/7f9761ce3566217746e4 to your computer and use it in GitHub Desktop.
Save RobCombs/7f9761ce3566217746e4 to your computer and use it in GitHub Desktop.
--- a/storyville/conf/sites/www_daytondailynews_com.py
+++ b/storyville/conf/sites/www_daytondailynews_com.py
@@ -2,15 +2,15 @@ from storyville.conf.common import *
from storyville.conf.environment import *
from storyville.conf.markets.www_daytondailynews_com import *
-SITE_ID = 1000
+SITE_ID = 1017
CACHE_MIDDLEWARE_KEY_PREFIX = 'site_1000'
-SITE_NAME = 'www_daytondailynews_com'
+SITE_NAME = 'www_mydaytondailynews_com'
-SITE_TYPE = 'newspaper'
+SITE_TYPE = 'premium'
# 'v2newspaper_hybrid' is a partial port of v2newspaper on top of 'newspaper'.
-SITE_TEMPLATE_LEVELS = [SITE_NAME, 'v2newspaper_hybrid', SITE_TYPE]
+#SITE_TEMPLATE_LEVELS = [SITE_NAME, 'v2newspaper_hybrid', SITE_TYPE]
# ROOT_URLCONF = 'storyville.site_urls.%s' % SITE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment