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.
 
 
 
 
 
Lukáš Helcl 81e7a25b75 nasazení na server 4 years ago
home All project 4 years ago
hvezdarna All project 4 years ago
media All project 4 years ago
search All project 4 years ago
.dockerignore All project 4 years ago
.gitignore git ignore 4 years ago
Dockerfile All project 4 years ago
README.md nasazení na server 4 years ago
manage.py All project 4 years ago
requirements.txt All project 4 years ago

README.md

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