Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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
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
AlekSIS®
Official
AlekSIS-App-Alsijil
Commits
898ce129
Verified
Commit
898ce129
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Update app name and version in module.
parent
e923fe75
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
biscuit/apps/alsijil/__init__.py
+7
-0
7 additions, 0 deletions
biscuit/apps/alsijil/__init__.py
biscuit/apps/alsijil/apps.py
+1
-1
1 addition, 1 deletion
biscuit/apps/alsijil/apps.py
with
8 additions
and
1 deletion
biscuit/apps/alsijil/__init__.py
+
7
−
0
View file @
898ce129
import
pkg_resources
try
:
__version__
=
pkg_resources
.
get_distribution
(
'
BiscuIT-App-Alsijil
'
).
version
except
Exception
:
__version__
=
'
unknown
'
default_app_config
=
'
biscuit.apps.alsijil.apps.AlsijilConfig
'
default_app_config
=
'
biscuit.apps.alsijil.apps.AlsijilConfig
'
This diff is collapsed.
Click to expand it.
biscuit/apps/alsijil/apps.py
+
1
−
1
View file @
898ce129
...
@@ -4,4 +4,4 @@ from django.utils.translation import ugettext_lazy as _
...
@@ -4,4 +4,4 @@ from django.utils.translation import ugettext_lazy as _
class
AlsijilConfig
(
AppConfig
):
class
AlsijilConfig
(
AppConfig
):
name
=
'
biscuit.apps.alsijil
'
name
=
'
biscuit.apps.alsijil
'
verbose_name
=
_
(
'
BiscuIT - Alsijil (Class register
)
'
)
verbose_name
=
'
BiscuIT - Alsijil (
'
+
_
(
'
Class register
'
)
+
'
)
'
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