This commit is contained in:
baoliang 2018-08-30 15:49:15 +08:00
parent f0c299ba7b
commit 3ec05b6fd6
2 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ DATABASES = {
'default': { 'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis', 'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'g214', 'NAME': 'g214',
'USER': 'postgres', 'USER': 'g214',
'PASSWORD': 'g214G214', 'PASSWORD': 'g214G214',
'HOST': '127.0.0.1', 'HOST': '63.1.20.63',
'PORT': '5432', 'PORT': '5432',
} }
} }

View File

@ -1,4 +1,4 @@
django django==1.11
django-suit django-suit
django-summernote django-summernote
bokeh bokeh