Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
sun
Commits
eeb52190
Commit
eeb52190
authored
Feb 27, 2019
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c1b34ad4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
_celery.py
_celery.py
+1
-0
No files found.
_celery.py
View file @
eeb52190
...
@@ -12,6 +12,7 @@ from django.conf import settings
...
@@ -12,6 +12,7 @@ from django.conf import settings
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'sun.settings'
)
os
.
environ
.
setdefault
(
'DJANGO_SETTINGS_MODULE'
,
'sun.settings'
)
app
=
Celery
(
'sun_tasks'
)
app
=
Celery
(
'sun_tasks'
)
app
.
conf
.
task_default_queue
=
'sun_tasks'
# Using a string here means the worker will not have to
# Using a string here means the worker will not have to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment