mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-12-13 14:55:17 +01:00
Clean up note app
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import NoteClub,NoteSpec,NoteUser
|
||||
from .models import NoteClub, NoteSpec, NoteUser
|
||||
from .models import Alias
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(NoteClub)
|
||||
admin.site.register(NoteSpec)
|
||||
|
||||
Reference in New Issue
Block a user