- Django 3 Web Development Cookbook
- Aidas Bendoraitis Jake Kronika
- 43字
- 2025-04-04 13:15:07
Getting ready
As detailed in the previous recipes, make sure that you have the myproject.apps.core package for your mixins. Also, create a directory structure, templates/utils/includes/, under the package, and inside of that, create a meta.html file to store the basic meta tag markup.