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.
|
4 years ago | |
---|---|---|
.vscode | 4 years ago | |
home | 4 years ago | |
hvezdarna | 4 years ago | |
search | 4 years ago | |
.dockerignore | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
Pipfile | 4 years ago | |
README.md | 4 years ago | |
manage.py | 4 years ago | |
requirements.txt | 4 years ago |
README.md
hvezdarna
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