skillbox/server/users/apps.py

6 lines
84 B
Python

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