register game models in admin panel
This commit is contained in:
parent
1271ab33c4
commit
9e354fc7b2
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from .models import *
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Game)
|
||||
admin.site.register(GameMark)
|
||||
admin.site.register(GameReview)
|
||||
admin.site.register(GameTag)
|
||||
|
|
Loading…
Add table
Reference in a new issue