mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Use Postgres for testing.
This commit is contained in:
parent
d92a169805
commit
4b6dbb34d5
2 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ MANAGERS = ADMINS
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'dpaste',
|
'NAME': 'dpaste',
|
||||||
'USER': 'root',
|
'USER': '',
|
||||||
'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,4 +19,4 @@ sphinx_rtd_theme
|
||||||
|
|
||||||
# Deployment specific
|
# Deployment specific
|
||||||
gunicorn
|
gunicorn
|
||||||
mysql-python
|
psycopg2
|
||||||
|
|
Loading…
Reference in a new issue