Closed brainstorm closed 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:
develop
sqlite3
https://docs.djangoproject.com/en/1.6/topics/db/transactions/
Does not happen in production since there postgresql is in use.
postgresql
Your database backend doesn't behave properly when autocommit is off. Turn it on before using 'atomic'.
The post gets created anyhow...
Apparently solved in Biostars2...
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.The post gets created anyhow...