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.
 
 
Jméno Příjmení 38031bbdac carousel 3 years ago
bannery carousel 3 years ago
databaze carousel 3 years ago
novinky carousel 3 years ago
.gitignore bannery 4 years ago
LICENSE Initial commit 4 years ago
README.md soubor requirements 3 years ago
manage.py novinky 4 years ago
requirements.txt soubor requirements 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