From c364e0bd2a2f599a24e44a96ef5ca935ca0b9702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=A0krab=C3=A1nek?= Date: Wed, 4 May 2022 10:05:56 +0200 Subject: [PATCH] update readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 583b4a0..c45b354 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ def indexView(request): return render(request,"index.html", context) ``` -9. vytvoříme složku *templates* v složce s aplikaci a vytvoříme ve složce jestě soubor *index.html* +9. vytvoříme složku *___templates___ ve složce s aplikaci* a vytvoříme ve složce jestě soubor *index.html* ```html

Feedback formular

@@ -119,7 +119,7 @@ Upozornění!!! PŘI KAŽDÉ ZMĚNĚ MODELS.PY JE POTŘEBA *MAKEMIGRATIONS* > (.venv) python manage.py createsuperuser -1. **HOTOVO - vložíme nějaké texty a zkontrolujeme admin panel** +12. **HOTOVO - vložíme nějaké texty a zkontrolujeme admin panel** #### Postup pro hezčí formulář @@ -135,7 +135,7 @@ INSTALLED_APPS = ( ) ``` -3. vložit na začátek souboru index.html +3. vložit na začátek (1.řádek) souboru index.html `{% load crispy_forms_tags %}`