add ignore message

This commit is contained in:
baoliang 2020-08-19 16:02:30 +08:00
parent 26af578d36
commit 9ad42779e0
20 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,4 @@
.idea
.venv
.media
.idea/
.venv/
.media/
*/*.pyc

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.idea/
.venv/
.media/
*/*.pyc

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -79,7 +79,7 @@ WSGI_APPLICATION = 'NewMediaMonitoring.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'newmediaDB1',
'USER': 'newmedia',
'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.

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
Django~=2.2.15
django-bootstrap3
django-simple-captcha
psycopg2-binary