Module Post is not available
I had a successful installation of askbot and had develop different apps what happened recently was I switch to different branch and right away I started getting following error. I am little confuse why this could happen.
[Wed Sep 11 17:24:32 2013] [error] [client 128.101.35.71] __import__(name)
[Wed Sep 11 17:24:32 2013] [error] [client 128.101.35.71] File "/export/scratch/code/myanswers/askbot/admin.py", line 37, in <module>
[Wed Sep 11 17:24:32 2013] [error] [client 128.101.35.71] admin.site.register(models.Post)
[Wed Sep 11 17:24:32 2013] [error] [client 128.101.35.71] AttributeError: 'module' object has no attribute 'Post'
Comments
Unfortunately your question does not provide sufficient information to give a meaningful answer.