mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-24 18:32:39 +00:00
7 lines
155 B
Python
7 lines
155 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MailingListConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "mailing_list"
|