Skip to content
Snippets Groups Projects
Commit 2901e536 authored by Frank Poetzsch-Heffter's avatar Frank Poetzsch-Heffter
Browse files

update init.py and apps.py

parent 83b4ddcb
No related branches found
No related tags found
1 merge request!4Resolve "Todo list merging"
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"
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)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment