问题
I have a problem when I deploy OSQA to heroku.
Firstly, I clone OSQA source code from https://github.com/dzone/osqa
And I do some steps like the tutorial in https://github.com/joshfinnie/OSQA-Heroku
Finally, when I access to my website, I get the error message such as
ImproperlyConfigured at / The included urlconf urls doesn't have any patterns in it And the stack trace is as follow
/app/forum/views/readers.py in index paginator_context.base_path = reverse('questions') I don't know what wrong I config. So, I hope anyone can help me resolve my problem. The link of heroku is http://where-we-go.herokuapp.com/
Thank you so much.
回答1:
I found the root cause. I downgrade the version of Markdown to 2.4.1 and OSQA works fine
来源:https://stackoverflow.com/questions/25859451/how-can-i-deploy-osqa-to-heroku