django_spaces / games /admin.py
sachin
taxTech
5538ec7
raw
history blame
85 Bytes
from django.contrib import admin
from .models import Game
admin.site.register(Game)