2026-05-20 02:35:48 +00:00

6 lines
88 B
Python

from django.apps import AppConfig
class CartConfig(AppConfig):
name = 'cart'