All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
164 B
Python
6 lines
164 B
Python
# apps/common/apps.py
|
|
from django.apps import AppConfig
|
|
|
|
class CommonConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'common' |