Sort and clean up imports

This commit is contained in:
2023-01-15 23:39:52 +01:00
parent 6b7ed0dbb5
commit 6fa049e1b1
17 changed files with 63 additions and 40 deletions

View File

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