bloombase/plants/apps.py
Stephan Kerkman 265d54050c feat: scaffold Django project with plants app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 19:40:58 +02:00

6 lines
144 B
Python

from django.apps import AppConfig
class PlantsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'plants'