startapp scaffold registered in INSTALLED_APPS; no models yet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ShopConfig(AppConfig):
|
|
name = "shop"
|