terms and conditions

This commit is contained in:
Natacha Quintero 2016-11-21 20:26:03 -04:30
commit b299a0383f
6 changed files with 270 additions and 3 deletions

View file

@ -182,6 +182,8 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app',
'HOST': 'db',
'USER': 'app'
}
}