poulpe/users/apps.py
2017-02-21 16:56:34 +01:00

5 lines
85 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'