Remove config data for courses from example config. Use project-local fork instead
This commit is contained in:
parent
99cfb15518
commit
3b81958e12
1 changed files with 4 additions and 13 deletions
17
config.yml
17
config.yml
|
@ -3,20 +3,11 @@ ldap:
|
||||||
provider: main
|
provider: main
|
||||||
courses:
|
courses:
|
||||||
- !!python/object:abgabesystem.Course
|
- !!python/object:abgabesystem.Course
|
||||||
name: Programmieren 1
|
name: test_course
|
||||||
base: programmieren_1_solutions
|
base: test_base
|
||||||
students: List_of_groups_Lecture_Programmieren_1.csv
|
students: Students.csv
|
||||||
deadlines:
|
deadlines:
|
||||||
- !!python/object:abgabesystem.Deadline
|
- !!python/object:abgabesystem.Deadline
|
||||||
tag: blatt1
|
tag: test_deadline
|
||||||
time: !!timestamp 2018-04-29
|
time: !!timestamp 2018-04-29
|
||||||
ref: master
|
ref: master
|
||||||
- !!python/object:abgabesystem.Course
|
|
||||||
name: Programmieren 2
|
|
||||||
base: programmieren_2_solutions
|
|
||||||
students: List_of_groups_Lecture_Programmieren_2.csv
|
|
||||||
deadlines:
|
|
||||||
- !!python/object:abgabesystem.Deadline
|
|
||||||
tag: Test
|
|
||||||
time: !!timestamp 2018-04-19
|
|
||||||
ref: master
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue