1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Launching WEI app, add models

This commit is contained in:
Yohann D'ANELLO
2020-04-11 03:37:06 +02:00
parent 161d2ceed7
commit 154ea64b9f
12 changed files with 285 additions and 9 deletions

11
apps/wei/apps.py Normal file
View File

@ -0,0 +1,11 @@
# Copyright (C) 2018-2020 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 WeiConfig(AppConfig):
name = 'wei'
verbose_name = _('WEI')