mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 17:52:21 +01:00
9 lines
194 B
Python
9 lines
194 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AnnouncementsConfig(AppConfig):
|
|
"""Announcements AppConfig."""
|
|
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "announcements"
|