fix debian_config.py

This commit is contained in:
Thomas NOËL 2014-10-09 13:49:02 +02:00
parent ae39b88ed8
commit 25dc14f7f6
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ TENANT_BASE = os.path.join(VAR_DIR, 'tenants')
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2'
'NAME': 'passerelle',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'passerelle'
}
}