change date format
This commit is contained in:
parent
cd28d026fe
commit
0300e40fb7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser()
|
|||
CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve()
|
||||
CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()
|
||||
ROOT = Path('~/Uni/semester-5').expanduser()
|
||||
DATE_FORMAT = '%a %d %b %Y %H:%M'
|
||||
DATE_FORMAT = '%a %d %b %Y'
|
||||
LOCALE = "de_DE.utf8"
|
||||
COURSE_IGNORE_FILE = '.courseignore'
|
||||
COURSE_INFO_FILE = 'info.yaml'
|
||||
|
|
Loading…
Reference in a new issue