mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
6 lines
155 B
Python
6 lines
155 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OrderConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "la_chariotte.order"
|