asked 2012-05-10 08:58:05 -0500
Anonymous
If I uncomment the ASKBOT_EXTRA_SKINS_DIR settings the model validation just stalls never to recover again until i recomment the setting.
Create the directory indicated by ASKBOT_EXTRA_SKINS_DIR (for example: skin/my_askbot). This directory must have the same structure as static/common or static/default (ie: countains the directories media and templates). The files in your skin directory will override the files of common and default.
In settings.py add STATICFILES_DIRS = (os.path.join(ASKBOT_ROOT, 'skins'), ASKBOT_EXTRA_SKINS_DIR)
Finally, in your site, log you as root user and in settings->Logos and HTML <head> parts choose the name of your skin.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-05-10 08:58:05 -0500
Seen: 120 times
Last updated: May 11 '12
how do I enable the similar question prompt when asking a question?
how to disable requests to gravatar.com?
On first Settings page login, error: "Database is locked"
changing the logo on settings/GENERAL_SKIN_SETTINGS/ doesn't work
Karma thresholds always reset to default when edited
How to turn off internationlization in askbot ?
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Does the directory exist?
Evgeny ( 2012-05-10 09:11:54 -0500 )editPlease give a snippet of settings that leads to the error, we might improve the settings validator based on your input.
Evgeny ( 2012-05-11 12:30:52 -0500 )edit