1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-12-13 23:05:16 +01:00

start note app

This commit is contained in:
Pierre-antoine Comby
2019-07-08 14:30:58 +02:00
parent f8c972d49c
commit 566b221536
8 changed files with 18 additions and 0 deletions

5
note/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class NoteConfig(AppConfig):
name = 'note'