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

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.