Temporarily disable the new askbot theme until in development again
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c085d11112
commit
98555b7fdc
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
|
|||
|
||||
#TEMPLATE_DIRS = (,) #template have no effect in askbot, use the variable below
|
||||
{% if env == "staging" %}
|
||||
ASKBOT_EXTRA_SKINS_DIR = '/usr/share/askbot/skins' #path to your private skin collection
|
||||
#ASKBOT_EXTRA_SKINS_DIR = '/usr/share/askbot/skins' #path to your private skin collection
|
||||
{% endif %}
|
||||
#ASKBOT_EXTRA_SKINS_DIR = #path to your private skin collection
|
||||
#take a look here http://askbot.org/en/question/207/
|
||||
|
@ -309,7 +309,7 @@ CSRF_COOKIE_DOMAIN = DOMAIN_NAME
|
|||
STATICFILES_DIRS = (
|
||||
('default/media', os.path.join(ASKBOT_ROOT, 'media')),
|
||||
{% if env == "staging" %}
|
||||
ASKBOT_EXTRA_SKINS_DIR,
|
||||
#ASKBOT_EXTRA_SKINS_DIR,
|
||||
{% endif %}
|
||||
)
|
||||
STATICFILES_FINDERS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue