]> git.frykholm.com Git - tranquillity.git/blame - customerportal/apps.py
Make secret settings actually work.
[tranquillity.git] / customerportal / apps.py
CommitLineData
26235f08
MF
1from django.apps import AppConfig
2
3
4class CustomerportalConfig(AppConfig):
5 name = 'customerportal'