workout-suggest/src/custom_auth/apps.py

5 lines
96 B
Python

from django.apps import AppConfig
class CustomAuthConfig(AppConfig):
name = 'custom_auth'