muistox/contact/apps.py
2025-02-02 20:27:04 +02:00

6 lines
146 B
Python

from django.apps import AppConfig
class ContactConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'contact'