diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 21:58:29 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 21:59:11 +0200 |
commit | e4e109c16ef27012157cb38cf6375c1ae4d2ef69 (patch) | |
tree | ff2350f8f769d92544202cb5d2149155aa1d04cb /kpov_judge/.gitignore | |
parent | f2060d5143f5c4b14bfff723d238c497a0053f17 (diff) | |
parent | 5439f75ca2e1a38803a96853b6cac0ce5c9f58ce (diff) |
Merge branch 'improve-web'
Store instructions in HTML and render with jinja2. Add i18n with
gettext / pybabel. Improve styling.
Diffstat (limited to 'kpov_judge/.gitignore')
-rw-r--r-- | kpov_judge/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kpov_judge/.gitignore b/kpov_judge/.gitignore new file mode 100644 index 0000000..7bfcd7a --- /dev/null +++ b/kpov_judge/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc
\ No newline at end of file |