Skip to content
Snippets Groups Projects
Commit f76f0556 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

add holidays instructions to readme

parent 459baf13
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment