- Django 2 Web Development Cookbook
- Jake Kronika Aidas Bendoraitis
- 34字
- 2021-06-10 19:31:31
Defining overwritable app settings
This recipe will show you how to define settings for your app that can be then overwritten in your project's settings.py file. This is useful especially for reusable apps.