Section
10.1.8
Top Level
Sub Level
General
The application should keep application data in a configuration file or data store.
Coldfusion
Many application specific settings can be set (if they need to be different from the server default values) in an Application.cfc
file.
Django
Django includes database backends [1][2] for accessing a data store. The project settings are stored in a settings.py
module within your project.