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