I'm using the following requirements.txt file on Heroku. Application is running at http://qlypso.com

django>=1.1
mysql-python
python-openid
psycopg2
html5lib
markdown
git+git://github.com/robhudson/django-debug-toolbar.git
git+git://github.com/dcramer/django-sphinx.git
South

However I'm getting "500 server error" when doing searches or trying to use the Open ID to log in.

Do I need to add more modules to the requirements.txt or could it be that Heroku has a read only file system and OSQA requires read/write access ?

asked 17 Dec '11, 09:16

ianpurton's gravatar image

ianpurton
26115
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2

Asked: 17 Dec '11, 09:16

Seen: 213 times

Last updated: 17 Dec '11, 09:16

powered by OSQA