From f76f055635ac92cdf25ed3178677efc60e8d6f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Grou=C3=A8s?= <valentin.groues@uni.lu> Date: Wed, 3 May 2017 10:21:23 +0200 Subject: [PATCH] add holidays instructions to readme --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/readme.md b/readme.md index 901118ed..842b8273 100644 --- a/readme.md +++ b/readme.md @@ -174,3 +174,21 @@ server { ``` - extract static files and make them available via nginx: `./manage.py collectstatic` - you start application by starting gunicorn and nginx: `service gunicorn start`, `service nginx start` + +## Operations + +### Public holidays + +to import public holidays run: + +``` +./manage.py holidays ${YEARS} +``` + +where ${YEARS} should be a space separated list of years for which the holidays will be imported. + +example: + +``` +./manage.py holidays 2017 2018 2019 +``` \ No newline at end of file -- GitLab