1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 22:14:02 +02:00

Add sporz app

This commit is contained in:
Alexandre Iooss
2019-08-15 11:36:39 +02:00
parent 07c21b9c79
commit 04c00fd5d0
8 changed files with 356 additions and 0 deletions

11
sporz/apps.py Normal file
View File

@ -0,0 +1,11 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class SporzConfig(AppConfig):
name = 'sporz'
verbose_name = _('Sporz game assitant')