Django 3 Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

Defining overwritable app settings

This recipe will show you how to define settings for your app that can then be overwritten in your project's settings file. This is especially useful for reusable apps that you can customize by adding a configuration.