switch back to 4th semester
This commit is contained in:
parent
fc9978b484
commit
adc8b84f3f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ USERCALENDARID = 'primary'
|
||||||
CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser()
|
CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser()
|
||||||
CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve()
|
CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve()
|
||||||
CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()
|
CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()
|
||||||
ROOT = Path('~/Uni/semester-5').expanduser()
|
ROOT = Path('~/Uni/semester-4').expanduser()
|
||||||
DATE_FORMAT = '%a %d %b %Y'
|
DATE_FORMAT = '%a %d %b %Y'
|
||||||
LOCALE = "de_DE.utf8"
|
LOCALE = "de_DE.utf8"
|
||||||
COURSE_IGNORE_FILE = '.courseignore'
|
COURSE_IGNORE_FILE = '.courseignore'
|
||||||
|
|
Loading…
Reference in a new issue