mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 06:42:21 +01:00
Add announcements app
This commit is contained in:
8
marietje/announcements/apps.py
Normal file
8
marietje/announcements/apps.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AnnouncementsConfig(AppConfig):
|
||||
"""Announcements AppConfig."""
|
||||
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "announcements"
|
||||
Reference in New Issue
Block a user