- Django 3 Web Development Cookbook
- Aidas Bendoraitis Jake Kronika
- 46字
- 2025-04-04 13:15:07
Getting ready
If you haven't yet done so, create the myproject.apps.core app where you will store your model mixins. Then, create a models.py file in the core package. Alternatively, if you create a reusable app, put the mixins in a base.py file in that app.