poulpe/user/apps.py
2017-02-18 01:45:22 +01:00

5 lines
83 B
Python

from django.apps import AppConfig
class UserConfig(AppConfig):
name = 'user'