Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!771
Update django-titofisto to support public namespace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update django-titofisto to support public namespace
fix/django-titofisto-0.2.0
into
master
Overview
3
Commits
3
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
fix/django-titofisto-0.2.0
into
master
3 years ago
Overview
3
Commits
3
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Expand
Advances
#483 (closed)
0
0
Merge request reports
Viewing commit
3f25b0c1
Prev
Next
Show latest version
2 files
+
6
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
3f25b0c1
Merge branch 'master' into fix/django-titofisto-0.2.0
· 3f25b0c1
Jonathan Weth
authored
3 years ago
aleksis/core/__init__.py
+
1
−
5
Options
from
importlib
import
metadata
try
:
from
.celery
import
app
as
celery_app
except
ModuleNotFoundError
:
# Celery is not available
celery_app
=
None
from
.celery
import
app
as
celery_app
# noqa
try
:
__version__
=
metadata
.
distribution
(
"
AlekSIS-Core
"
).
version
Loading