Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
f76f0556
There was a problem fetching the pipeline metadata.
Commit
f76f0556
authored
7 years ago
by
Valentin Groues
Browse files
Options
Downloads
Patches
Plain Diff
add holidays instructions to readme
parent
459baf13
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+18
-0
18 additions, 0 deletions
readme.md
with
18 additions
and
0 deletions
readme.md
+
18
−
0
View file @
f76f0556
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment