All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
149 B
Python
7 lines
149 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ChartsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.charts'
|