Skip to content
Snippets Groups Projects
Commit 9e8dcf91 authored by Ben Adida's avatar Ben Adida
Browse files

fixed south

parent 8adf2b55
Branches
Tags
No related merge requests found
...@@ -24,6 +24,8 @@ DATABASES = { ...@@ -24,6 +24,8 @@ DATABASES = {
} }
} }
SOUTH_DATABASE_ADAPTERS = {'default':'south.db.postgresql_psycopg2'}
# override if we have an env variable # override if we have an env variable
if get_from_env('DATABASE_URL', None): if get_from_env('DATABASE_URL', None):
import dj_database_url import dj_database_url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment