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.
|
3 years ago | |
---|---|---|
bannery | 3 years ago | |
databaze | 3 years ago | |
novinky | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
manage.py | 4 years ago | |
requirements.txt | 3 years ago |
README.md
Databáze
Instalace
git clone http://git.asgard.odbornaskola.cz/jmeno.prijmeni/databaze.git
Vytvoření virtuálního prostředí a instalace závislostí
python -m venv .venv
.venv\Scripts\activate.bat
pip install -r requirements.txt
Následuje migrace databáze
python manage.py migrate