mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-04-21 14:22:30 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class NoteConfig(AppConfig):
|
|
name = 'note'
|