DistrictDataLabs / logbook

A simple web application for activity tracking and event aggregation.
https://ddl-logbook.herokuapp.com/
Apache License 2.0
4 stars 1 forks source link

Make sure autocommit is true for Heroku #14

Closed bbengfort closed 9 years ago

bbengfort commented 9 years ago

Add this to the database settings:

'OPTIONS': {'autocommit': True,}

bbengfort commented 9 years ago

Never mind, we're just getting rid of django-postgrespool.