Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
shijing 2022-02-24 11:09:21 +08:00
commit 794a73ad7b
4 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@ venv/
__pycache__/
*.pyc
media/*
static/*
vuedist/*
!media/default/
celerybeat.pid

View File

@ -13,3 +13,5 @@ opencv-python==4.5.3.56
django-celery-results==2.2.0
numpy==1.21.2
workalendar==16.2.0
face_recognition==1.3.0
gunicorn==20.1.0

View File

@ -5,8 +5,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'hberp',
'USER': 'postgres',
'PASSWORD': 'zctest1234',
'HOST': '47.95.0.242',
'PASSWORD': 'zcDsj2021',
'HOST': '49.232.14.174',
'PORT': '5432',
}
# 'default': {

View File

@ -38,6 +38,7 @@ schema_view = get_schema_view(
),
public=True,
permission_classes=[],
url="http://49.232.14.174:2222/"
)
urlpatterns = [