mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 15:32:57 +00:00
7 lines
160 B
Python
7 lines
160 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuthenticationConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'authentication'
|