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
|
||||
courses:
|
||||
- !!python/object:abgabesystem.Course
|
||||
name: Programmieren 1
|
||||
base: programmieren_1_solutions
|
||||
students: List_of_groups_Lecture_Programmieren_1.csv
|
||||
name: test_course
|
||||
base: test_base
|
||||
students: Students.csv
|
||||
deadlines:
|
||||
- !!python/object:abgabesystem.Deadline
|
||||
tag: blatt1
|
||||
tag: test_deadline
|
||||
time: !!timestamp 2018-04-29
|
||||
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