INCF / biostar-central

DEPRECATED, please go to upstream on
http://github.com/ialbert/biostar-central
Other
4 stars 4 forks source link

TransactionManagementError at /new/post/ #17

Closed brainstorm closed 10 years ago

brainstorm commented 10 years ago

When running a local copy of the site from the develop branch, sqlite3 operations fail due to the new autocommit policy in Django:

https://docs.djangoproject.com/en/1.6/topics/db/transactions/

Does not happen in production since there postgresql is in use.

Your database backend doesn't behave properly when autocommit is off. Turn it on before using 'atomic'.

The post gets created anyhow...

brainstorm commented 10 years ago

Apparently solved in Biostars2...