mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 01:55:21 +00:00
9 lines
205 B
Python
9 lines
205 B
Python
"""App file"""
|
|
"""Import AppConfig"""
|
|
from django.apps import AppConfig
|
|
|
|
class JuniorConfig(AppConfig):
|
|
"""Junior config"""
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'junior'
|