membersystem/profiles/apps.py

6 lines
91 B
Python
Raw Normal View History

2018-06-23 11:00:26 +00:00
from django.apps import AppConfig
class ProfilesConfig(AppConfig):
name = 'profiles'