skillbox/server/registration/apps.py

7 lines
92 B
Python

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