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

Database setup #4

Open yoavram opened 11 years ago

yoavram commented 11 years ago

During installation I keep getting this error:

D:\osqa>heroku run python osqa/manage.py syncdb --all

Running `python osqa/manage.py syncdb --all` attached to terminal... up, run.7752

There is no South database module 'south.db.None' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.

Any idea?

rachitnaruzu commented 8 years ago

if heroku run is not working try heroku run:detached, you may check that there should be 33 tables created after executing step 5 of installation with this change

joshfinnie commented 8 years ago

Oh boy, I haven't updated this repo is many, many moons... I wouldn't even know where to start to solve this issue...