March 2020
Intermediate to advanced
608 pages
17h 17m
English
Before we begin with the recipe, follow these steps to get ready:
(env)$ pip install -e git+https://github.com/divio/django-classy-tags.git@4c94d0354eca1600ad2ead9c3c151ad57af398a4#egg=django-classy-tags(env)$ pip install django-sekizai==1.0.0
# myproject/settings/_base.pyINSTALLED_APPS = [ # … "sekizai", # …]
# myproject/settings/_base.pyTEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", "DIRS": [os.path.join(BASE_DIR, "myproject", ...