mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 23:00:32 +02:00
Init new draw application
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
10
draw/apps.py
Normal file
10
draw/apps.py
Normal file
@ -0,0 +1,10 @@
|
||||
# Copyright (C) 2023 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class DrawConfig(AppConfig):
|
||||
name = 'draw'
|
||||
verbose_name = _("Draw")
|
Reference in New Issue
Block a user