Skip to content

Commit

Permalink
display MediaStates table in django admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
firuza committed Nov 11, 2021
1 parent e0ac33c commit 667c09c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Media/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.contrib import admin
from .models import Media
from .models import Media, MediaStates
# Register your models here.

admin.site.register(Media)
admin.site.register(MediaStates)

0 comments on commit 667c09c

Please sign in to comment.