mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 01:55:21 +00:00
10 lines
228 B
Python
10 lines
228 B
Python
"""Guardian app file"""
|
|
"""Third party Django app"""
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CustodianConfig(AppConfig):
|
|
"""Guardian config"""
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'guardian'
|