mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 05:11:14 -05:00
8 lines
191 B
Python
8 lines
191 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ContactConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.contact'
|
|
verbose_name = 'Contact Management'
|