1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-30 05:01:10 +02:00

Clean up note app

This commit is contained in:
Alexandre Iooss
2019-07-16 09:05:30 +02:00
parent a17c11cd70
commit 58d5b5a9ff
7 changed files with 47 additions and 33 deletions

View File

@ -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)