Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Asso Portal Dev 2018
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabrice Salvaire
Asso Portal Dev 2018
Commits
70e67252
Commit
70e67252
authored
6 years ago
by
Fabrice Salvaire
Browse files
Options
Downloads
Patches
Plain Diff
renamed celery script
parent
aa76879e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ClimbingAssoPortalSite/CelerySetup.py
+0
-0
0 additions, 0 deletions
ClimbingAssoPortalSite/CelerySetup.py
ClimbingAssoPortalSite/__init__.py
+2
-2
2 additions, 2 deletions
ClimbingAssoPortalSite/__init__.py
with
2 additions
and
2 deletions
ClimbingAssoPortalSite/
c
elery.py
→
ClimbingAssoPortalSite/
C
elery
Setup
.py
+
0
−
0
View file @
70e67252
File moved
This diff is collapsed.
Click to expand it.
ClimbingAssoPortalSite/__init__.py
+
2
−
2
View file @
70e67252
...
...
@@ -19,7 +19,7 @@
####################################################################################################
__all__
=
[
'
celery_
application
'
,
'
celery_application
'
,
]
####################################################################################################
...
...
@@ -31,7 +31,7 @@ print('Load', __name__)
try
:
# This will make sure the app is always imported when Django starts
# so that shared_task will use this app.
from
.
c
elery
import
application
as
celery_application
from
.
C
elery
Setup
import
application
as
celery_application
except
ImportError
:
# Handle
# ImportError: cannot import name 'Celery'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment