diff --git a/README.md b/README.md index e005eb3..6dd7d9e 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,7 @@ Nasazení na hostingu: $ cd hvezdarna $ virtualenv .venv $ pip install -r requirements.txt - $ ./manage.py migrate + $ python manage.py migrate + $ python manage.py collectstatic + $ python manage.py createsuperuser +