1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-07 07:19:49 +02:00

Not so atomic, sorry

This commit is contained in:
Alexandre Iooss
2019-07-16 12:43:23 +02:00
parent ab616b3f64
commit fbe2e7f59a
30 changed files with 885 additions and 332 deletions

11
activity/apps.py Normal file
View File

@@ -0,0 +1,11 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2018-2019 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 ActivityConfig(AppConfig):
name = 'activity'
verbose_name = _('activity')