First time here? Check out the FAQ!

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.

from askbot.conf import settings settings.update('ASKBOT_DEFAULT_SKIN', 'default')

'default')

The "common" skin is no longer usable.