Clean up note app
This commit is contained in:
parent
a17c11cd70
commit
58d5b5a9ff
7 changed files with 47 additions and 33 deletions
|
|
@ -1,5 +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 NoteConfig(AppConfig):
|
||||
name = 'note'
|
||||
verbose_name = _('note')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue