Use Postgres for testing.

This commit is contained in:
Martin Mahner 2016-12-02 13:38:13 +01:00
parent d92a169805
commit 4b6dbb34d5
2 changed files with 3 additions and 3 deletions

View file

@ -9,9 +9,9 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'dpaste',
'USER': 'root',
'USER': '',
'PASSWORD': '',
}
}

View file

@ -19,4 +19,4 @@ sphinx_rtd_theme
# Deployment specific
gunicorn
mysql-python
psycopg2