aboutsummaryrefslogtreecommitdiffstats
path: root/django/cms/settings/__init__.py
blob: df52f04eb60535d6d8273bfc89cf6b58e8e0f86a (plain)
1
2
3
4
5
6
7
# Settings file for VVP CMS
#
# You should arrange to overwrite this file,
# with one containing settings for your environment.
#
# In Kubernetes, for example, this means mount a configMap,
# volume to /srv/settings containing, settings in the file __init__.py.