This commit is contained in:
2023-11-15 19:36:22 +01:00
parent bd8d30eac1
commit c49177d63c
6 changed files with 28 additions and 26 deletions

View File

@ -1,6 +1,6 @@
from django.contrib import admin
from games.models import Game, Platform, Purchase, Session, Edition, Device
from games.models import Device, Edition, Game, Platform, Purchase, Session
# Register your models here.
admin.site.register(Game)