la-chariotte/la_chariotte/home/apps.py
2023-03-17 17:04:19 +01:00

6 lines
153 B
Python

from django.apps import AppConfig
class HomeConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'la_chariotte.home'