First time here? Check out the FAQ!

VikasJ's profile - activity

2016-01-27 01:55:39 -0500 received badge Popular Question (source)
2014-02-12 19:49:46 -0500 received badge Famous Question (source)
2013-11-27 09:05:15 -0500 received badge Teacher ( source )
2013-11-08 09:46:05 -0500 received badge Student (source)
2013-11-08 09:37:16 -0500 answered a question Switching to Postgres but Migration issues.

did you try deleting database and recreating it again.... worked for me.

2013-11-08 09:31:56 -0500 asked a question Extending askbot's base.html

I have recently set-up askbot as a pluggable app for my already existing django website.(wasn't not a trivial task for me, I must say). It's working great!

Now, I want to extend the base.html from my site's base html page(so that it can truly look as a embedded part of website), this template file is residing in project's default temlpate folder but when I try to extend askbot base.html by {% extends "twoColumnPageWithHeader.html" %} it gives me error that template twoColumnPageWithHeader not found.

on a very naive try i have tried to set ASKBOT_EXTRA_SKINS_DIR in my settings file but no luck there.

can anybody give me few pointer here?