expose messages in admin
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
cdd6998301
commit
f893607fee
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
from django.contrib import admin
|
||||
from .models import Message
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Message)
|
||||
|
|
Loading…
Reference in a new issue