mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 17:14:55 +00:00
sonar fixes
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
"""Account app file"""
|
||||
"""Import Django"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AccountConfig(AppConfig):
|
||||
"""default configurations"""
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'account'
|
||||
|
||||
Reference in New Issue
Block a user