diff --git a/readme.md b/readme.md index 901118ed48af950c3283b7c5d12d01c951095e48..842b82732fb6795b10be63d4985bdf9df5bb184c 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