mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 16:01:21 +02:00
Add survey notification in the menu
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
# Copyright (C) 2025 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class SurveyConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "survey"
|
||||
verbose_name = _("surveys")
|
||||
|
Reference in New Issue
Block a user