Changed to use postgres 'mayan' database and user.
This commit is contained in:
@@ -122,10 +122,12 @@ WSGI_APPLICATION = 'mayan.wsgi.application'
|
|||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': os.path.join(SITE_ROOT, 'db.sqlite3'),
|
'NAME': 'mayan',
|
||||||
}
|
'USER': 'mayan',
|
||||||
}
|
'PASSWORD': 'Jeeji4ah',
|
||||||
|
'HOST': '',
|
||||||
|
'PORT': ''}}
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/1.6/topics/i18n/
|
# https://docs.djangoproject.com/en/1.6/topics/i18n/
|
||||||
|
|||||||
Reference in New Issue
Block a user