workout-suggest/src/custom_auth/apps.py

6 lines
96 B
Python
Raw Normal View History

2020-11-21 11:41:15 +01:00
from django.apps import AppConfig
class CustomAuthConfig(AppConfig):
name = 'custom_auth'