Re-installing askbot - skin css
I updated askbot-devel for the new skin - using, http://askbot.org/doc/git.html.
and then run python2.6 setup.py install in my production in webfaction (and changed required stuffs in settings.py of forum).
Now, the question page's css is broken (the right side bar items move at bottom) - anyway, this doesn't break locally.
I supposed I need to clean the installation (in site-package) - that's what made the css messy - I run python2.6 setup.py clean - but no luck.
Any suggestions much appreciated
Comments
running 'python2.6 setup.py clean --all' and then installing again seems to have solved the problem. Is there any better approach to do, before re-installing askbot?