Final Assignment – Řešení [1]
|-activity
|-app/
|-templates/
|-static/
|-main/
|-__init__.py
|-errors.py
|-forms.py
|-views.py
|-__init__.py
|-email.py
|-models.py
|-migrations/
|-tests/
|-__init__.py
|-test*.py
|-venv/
|-requirements.txt
|-config.py
|-activity.py
mkdir {app,migrations,tests}
mkdir app/{templates,static,main}
touch requirements.txt
touch config.py
touch activity.py
touch app/__init__.py
touch app/main/__init__.py
Toto je stránka lekce z kurzu, který probíhá nebo proběhl naživo s instruktorem.