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.
 
 
 
 
 

222 B

hvezdarna

Nasazení na hostingu:

$ git clone http://git.asgard.odbornaskola.cz/jmeno.prijmeni/hvezdarna.git
$ cd hvezdarna
$ virtualenv .venv
$ pip install -r requirements.txt
$ ./manage.py migrate