6 lines
108 B
Python
6 lines
108 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuthenticationConfig(AppConfig):
|
|
name = 'apps.authentication'
|