Ask Your Question
1

Does the skin setting in /settings work?

asked Nov 17 '10

graeme gravatar image graeme
307 1 4 11
http://investmentqa.com/

Does the skin settings in /settings/GENERAL_SKIN_SETTINGS/ (i.e. click on settings, then go to "skin and User Interface Settings") have any effect. It seems to have no effect as far as I can see. What does work is the ASKBOT_DEFAULT_SKIN setting in settings.py

1 Answer

Sort by ยป oldest newest most voted
1
graeme has selected this answer as correct

answered Nov 17 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

updated Nov 17 '10

It does work, but you have to restart the application. Jinja compiles templates once and keeps them in memory. When you change the setting, the only thing that happens is just that - the setting value changes.

I need to figure out how to invalidate Jinja2 templates so that they are force-recompiled when you change the setting.

link

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Nov 17 '10

Seen: 45 times

Last updated: Nov 17 '10