Revision history [back]
try this: Login into the django shell
python manage.py shell
and then do the following.
from askbot.conf import settings
settings.update('ASKBOT_DEFAULT_SKIN', 'default')
The "common" skin is no longer usable.
try this: Login into the django shell
python manage.py shell
and then do the following.
from askbot.conf import settings
settings.update('ASKBOT_DEFAULT_SKIN', 'default')
The "common" skin is no longer usable.
try this: Login into the django shell
shell
python manage.py shell
and then do the following.
The "common" skin is no longer usable.