Skip to content

Commit

Permalink
Fix for issue svthalia#26, added setting up development to the README…
Browse files Browse the repository at this point in the history
….md and fixed poetry lock by updating xmlsec
  • Loading branch information
Julian van der Horst committed Dec 23, 2021
1 parent ede1eae commit c05241a
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 181 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ to an actual account.

NB: for local development, with either `apt` or `brew`, `xmlsec1` must also be installed manually!

# Set up local development

clone the repo

1. `cd website`
2. `poetry shell`
3. `poetry install`
(if any errors come up here you can try to install it yourself with pip install XX)
4. `python manage.py migrate`
5. `python manage.py compilescss`
6. `python manage.py python manage.py collectstatic --no-input -v0 --ignore="*.scss"`
7. `python manage.py runserver`
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c05241a

Please sign in to comment.