Comment by akiro for Hi Akiro, no you are not missing anything. If the askbot...
Thanks for a very thorough answer, all i need to get started :-)
View ArticleAnswer by Evgeny for Im trying to figure out how to create a custom skin, and...
Hi Akiro, no you are not missing anything. If the askbot app is installed in the `site-packages` or `dist-packages` of your sitewide python system, then you don't have (yet) a good option to tweak...
View ArticleAnswer by Evgeny for Im trying to figure out how to create a custom skin, and...
I'll give a second answer - suppose you have successfully deployed from github - how to edit skins now? One method is to have a separate skin directory and change the skin setting in the `/settings`...
View ArticleComment by Evgeny for Im trying to figure out how to create a custom skin,...
also you can try python setup.py develop after git checkout or untarring the pypi distribution
View ArticleComment by Evgeny for Im trying to figure out how to create a custom skin,...
Hi, the first answer goes in detail on how to install on shared host and second on the maintenance of custom skins. Sorry maybe you don't need all that info, but other people may benefit. Cheers.
View ArticleQuestion about creating a custom skin
Im trying to figure out how to create a custom skin, and the official method for creating a custom skin as [described...
View Article