Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-FiBu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Katharineum zu Lübeck
AlekSIS-App-FiBu
Commits
2901e536
Commit
2901e536
authored
4 years ago
by
Frank Poetzsch-Heffter
Browse files
Options
Downloads
Patches
Plain Diff
update init.py and apps.py
parent
83b4ddcb
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Resolve "Todo list merging"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/fibu/__init__.py
+8
-0
8 additions, 0 deletions
aleksis/apps/fibu/__init__.py
aleksis/apps/fibu/apps.py
+3
-2
3 additions, 2 deletions
aleksis/apps/fibu/apps.py
with
11 additions
and
2 deletions
aleksis/apps/fibu/__init__.py
+
8
−
0
View file @
2901e536
import
pkg_resources
try
:
__version__
=
pkg_resources
.
get_distribution
(
"
AlekSIS-App-Fibu
"
).
version
except
Exception
:
__version__
=
"
unknown
"
default_app_config
=
"
aleksis.apps.fibu.apps.FibuConfig
"
This diff is collapsed.
Click to expand it.
aleksis/apps/fibu/apps.py
+
3
−
2
View file @
2901e536
from
django
.apps
import
AppConfig
from
aleksis.core.util
.apps
import
AppConfig
class
FibuConfig
(
AppConfig
):
name
=
'
fibu
'
name
=
"
aleksis.apps.fibu
"
verbose_name
=
"
AlekSIS — Fibu (financial management)
"
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