1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-25 03:30:30 +02:00

Wrapped apps

This commit is contained in:
quark
2025-02-11 18:19:24 +01:00
parent 7ed544b3ac
commit cd942779ca
19 changed files with 507 additions and 0 deletions

10
apps/wrapped/apps.py Normal file
View File

@ -0,0 +1,10 @@
# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class WrappedConfig(AppConfig):
name = 'wrapped'
verbose_name = _('wrapped')