Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Tezor
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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®
Onboarding
AlekSIS-App-Tezor
Merge requests
!3
Implement payment backends and interaction
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement payment backends and interaction
payment-backends
into
master
Overview
0
Commits
26
Pipelines
17
Changes
3
Merged
Nik | Klampfradler
requested to merge
payment-backends
into
master
3 years ago
Overview
0
Commits
26
Pipelines
17
Changes
3
Expand
Advances
#3 (closed)
Edited
3 years ago
by
Tom Teichler
0
0
Merge request reports
Viewing commit
b669fb6b
Prev
Next
Show latest version
3 files
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
b669fb6b
Add Tom Teichler to copyright
· b669fb6b
Nik | Klampfradler
authored
3 years ago
aleksis/apps/tezor/apps.py
+
1
−
1
Options
@@ -13,7 +13,7 @@ class DefaultConfig(AppConfig):
@@ -13,7 +13,7 @@ class DefaultConfig(AppConfig):
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor
"
,
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor
"
,
}
}
licence
=
"
EUPL-1.2+
"
licence
=
"
EUPL-1.2+
"
copyright_info
=
(([
2022
],
"
Dominik George
"
,
"
dominik.george@teckids.org
"
),)
copyright_info
=
(([
2022
],
"
Dominik George
"
,
"
dominik.george@teckids.org
"
),
([
2022
],
"
Tom Teichler
"
,
"
tom.teichler@teckids.org
"
),
)
def
ready
(
self
):
def
ready
(
self
):
from
django.conf
import
settings
# noqa
from
django.conf
import
settings
# noqa
Loading