取消跟踪pro.py

This commit is contained in:
caoqianming 2022-02-25 13:14:04 +08:00
parent 6474a3668d
commit 07dc9e3d9e
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
from .settings import *
DEBUG = False
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'db',
'USER': 'postgres',
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '5432',
}
}
# celery配置
CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'