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:
5
note/apps.py
Normal file
5
note/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class NoteConfig(AppConfig):
|
||||
name = 'note'
|
||||
Reference in New Issue
Block a user