mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-05 21:31:50 +02:00
6 lines
153 B
Python
6 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class HomeConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'la_chariotte.home'
|