mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
changes
This commit is contained in:
9
guardian/apps.py
Normal file
9
guardian/apps.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""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'
|
Reference in New Issue
Block a user