Clean up note app

This commit is contained in:
Alexandre Iooss 2019-07-16 09:05:30 +02:00
parent a17c11cd70
commit 58d5b5a9ff
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
7 changed files with 47 additions and 33 deletions

View file

@ -0,0 +1,5 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2018-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
default_app_config = 'note.apps.NoteConfig'