Skip to content

Commit dbdf0ce

Browse files
committed
Update settings
1 parent 9b3c3bc commit dbdf0ce

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

poetry.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testproject/testproject/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# https://docs.djangoproject.com/en/1.9/howto/static-files/
115115

116116
STATIC_URL = '/static/'
117-
RQ_QUEUES = {
117+
SCHEDULER_QUEUES = {
118118
'default': {
119119
'URL': 'redis://localhost:6379/0',
120120
},
@@ -153,7 +153,7 @@
153153
'loggers': {
154154
'scheduler': {
155155
'handlers': ['console'],
156-
'level': 'INFO',
156+
'level': 'DEBUG',
157157
},
158158
},
159159
}

0 commit comments

Comments
 (0)