init
This commit is contained in:
parent
f0c299ba7b
commit
3ec05b6fd6
|
@ -94,9 +94,9 @@ DATABASES = {
|
|||
'default': {
|
||||
'ENGINE': 'django.contrib.gis.db.backends.postgis',
|
||||
'NAME': 'g214',
|
||||
'USER': 'postgres',
|
||||
'USER': 'g214',
|
||||
'PASSWORD': 'g214G214',
|
||||
'HOST': '127.0.0.1',
|
||||
'HOST': '63.1.20.63',
|
||||
'PORT': '5432',
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
django
|
||||
django==1.11
|
||||
django-suit
|
||||
django-summernote
|
||||
bokeh
|
||||
|
|
Loading…
Reference in New Issue