1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
Nasazení na hostingu: |
|||
|
|||
$ git clone http://git.asgard.odbornaskola.cz/jmeno.prijmeni/hvezdarna.git |
|||
$ cd hvezdarna |
|||
$ virtualenv .venv |
|||
$ pip install -r requirements.txt |
|||
$ python manage.py migrate |
|||
$ python manage.py collectstatic |
|||
$ python manage.py createsuperuser |
Loading…
Reference in new issue