1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-11 09:41:17 +00:00
nk20/note/apps.py

6 lines
83 B
Python
Raw Normal View History

2019-07-08 14:30:58 +02:00
from django.apps import AppConfig
class NoteConfig(AppConfig):
name = 'note'