Files
infomate.club/auth/apps.py
2020-01-05 17:12:11 +01:00

6 lines
83 B
Python

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'auth'