membersystem/profiles/apps.py
Víðir Valberg Guðmundsson abafd0f93d Initial commit.
2018-06-23 13:00:26 +02:00

5 lines
91 B
Python

from django.apps import AppConfig
class ProfilesConfig(AppConfig):
name = 'profiles'