dockered
This commit is contained in:
6
django/games/admin.py
Normal file
6
django/games/admin.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import GameModel
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(GameModel)
|
Reference in New Issue
Block a user