取消跟踪pro.py
This commit is contained in:
parent
6474a3668d
commit
07dc9e3d9e
|
@ -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'
|
|
Loading…
Reference in New Issue