Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
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-Untis
Merge requests
!13
Resolve "Support import from MySQL"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Support import from MySQL"
4-support-import-from-mysql
into
master
Overview
3
Commits
62
Pipelines
0
Changes
11
1 unresolved thread
Hide all comments
Merged
Tom Teichler
requested to merge
4-support-import-from-mysql
into
master
5 years ago
Overview
3
Commits
62
Pipelines
0
Changes
11
1 unresolved thread
Hide all comments
Expand
Closes
#4 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
21d53109
Prev
Next
Show latest version
11 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
Verified
21d53109
Move util files to own namespace
· 21d53109
Jonathan Weth
authored
5 years ago
aleksis/apps/untis/management/commands/untis_import.py
+
1
−
1
Options
from
django.core.management.base
import
BaseCommand
from
django.utils.translation
import
ugettext
as
_
from
...uti
l
import
untis_import_xml
from
aleksis.apps.untis.util.xml.xm
l
import
untis_import_xml
class
Command
(
BaseCommand
):
Loading