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 = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'dpaste',
|
||||
'USER': 'root',
|
||||
'USER': '',
|
||||
'PASSWORD': '',
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ sphinx_rtd_theme
|
|||
|
||||
# Deployment specific
|
||||
gunicorn
|
||||
mysql-python
|
||||
psycopg2
|
||||
|
|
Loading…
Reference in a new issue