add ignore message
This commit is contained in:
parent
26af578d36
commit
9ad42779e0
|
@ -0,0 +1,4 @@
|
||||||
|
.idea/
|
||||||
|
.venv/
|
||||||
|
.media/
|
||||||
|
*/*.pyc
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -79,7 +79,7 @@ WSGI_APPLICATION = 'NewMediaMonitoring.wsgi.application'
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.contrib.gis.db.backends.postgis',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'newmediaDB1',
|
'NAME': 'newmediaDB1',
|
||||||
'USER': 'newmedia',
|
'USER': 'newmedia',
|
||||||
'PASSWORD': 'newmedia2020!@#',
|
'PASSWORD': 'newmedia2020!@#',
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
Django~=2.2.15
|
||||||
|
django-bootstrap3
|
||||||
|
django-simple-captcha
|
||||||
|
psycopg2-binary
|
Loading…
Reference in New Issue