Skip to content
Snippets Groups Projects
Verified Commit afb33eb5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update app name and version in module.

parent cb4c65ec
No related branches found
No related tags found
No related merge requests found
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('BiscuIT-App-Chronos').version
except Exception:
__version__ = 'unknown'
default_app_config = 'biscuit.apps.chronos.apps.ChronosConfig'
......@@ -4,4 +4,4 @@ from django.utils.translation import ugettext_lazy as _
class ChronosConfig(AppConfig):
name = 'biscuit.apps.chronos'
verbose_name = _('BiscuIT - Chronos (Timetables)')
verbose_name = 'BiscuIT - Chronos (' + _('Timetables') + ')'
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