joshfinnie / OSQA-Heroku

A repository that will get you running OSQA on Heroku quickly.
http://osqa-heroku.herokuapp.com/
14 stars 11 forks source link

Doesn't work with Django 1.4 #1

Closed joshfinnie closed 11 years ago

joshfinnie commented 12 years ago

Recently Django was updated to version 1.4. This breaks the current install.

phren0logy commented 12 years ago

I also get Internal Server Error. Is there a straightforward way to open a console on Heroku and figure out where this is coming from?

joshfinnie commented 12 years ago

Have you tried the new requirements.txt? I pinned the versions to use Django 1.3.1 until I have some time to look at it.

heroku logs should show you what is going on with your instance. Let me know if I can help.

phren0logy commented 12 years ago

Thanks, that fixed it for me.