1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-12-14 23:35:18 +01:00
Files
nk20/apps/sheets/apps.py
2022-08-18 12:33:10 +02:00

11 lines
273 B
Python

# Copyright (C) 2018-2022 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 SheetsConfig(AppConfig):
name = 'sheets'
verbose_name = _('note sheets')