Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop
This commit is contained in:
commit
794a73ad7b
|
@ -5,6 +5,7 @@ venv/
|
|||
__pycache__/
|
||||
*.pyc
|
||||
media/*
|
||||
static/*
|
||||
vuedist/*
|
||||
!media/default/
|
||||
celerybeat.pid
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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': {
|
||||
|
|
|
@ -38,6 +38,7 @@ schema_view = get_schema_view(
|
|||
),
|
||||
public=True,
|
||||
permission_classes=[],
|
||||
url="http://49.232.14.174:2222/"
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
|
|
Loading…
Reference in New Issue