You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

261 B

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