skillbox/server/oauth/apps.py

7 lines
85 B
Python

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