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
Commits
2c696274
Verified
Commit
2c696274
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Provide demo data as Untis dump
parent
923d2157
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!90
Provide demo data
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fixtures/README.rst
+29
-0
29 additions, 0 deletions
fixtures/README.rst
fixtures/multiuser-2022.sql
+2657
-0
2657 additions, 0 deletions
fixtures/multiuser-2022.sql
with
2686 additions
and
0 deletions
fixtures/README.rst
0 → 100644
+
29
−
0
View file @
2c696274
Example data for AlekSIS-App-Untis
==================================
In this directory, you can find MySQL dumps from Untis Multiuser databases
with some anonymised demo data. You can restore them in your local MySQL
database to test and develop the import procedure. Please pay attention that
the data are partially stripped – all license data, for example, are just
faked.
If you just want to work with timetable data, you may use the demo data
already extracted to Django models provided in AlekSIS-App-Chronos.
It could be pretty annoying to work with demo data with dates that are
only in the past. This makes it nearly impossible to test views and
functions that should show something for the current date, for example.
The management command ``move_dates_for_testing`` move all Chronos and school term
dates of the latest school term in the database as it would currently
take place:
::
aleksis-admin move_dates_for_testing
If you want to test the command without directly changing your data,
you could also do a dry run:
::
aleksis-admin move_dates_for_testing --dry
This diff is collapsed.
Click to expand it.
fixtures/multiuser-2022.sql
0 → 100644
+
2657
−
0
View file @
2c696274
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
31b16e3a
·
3 years ago
mentioned in commit
31b16e3a
mentioned in commit 31b16e3a3037c5e9f9556f113f2e093a6febf7c1
Toggle commit list
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