mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 18:07:02 +00:00
changes
This commit is contained in:
8
junior/apps.py
Normal file
8
junior/apps.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""App file"""
|
||||
"""Import AppConfig"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
class JuniorConfig(AppConfig):
|
||||
"""Junior config"""
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'junior'
|
Reference in New Issue
Block a user