Add skel to GAMES

master
Tait Hoyem 2 years ago
parent 467543f55f
commit 236ee94f20

@ -48,6 +48,12 @@ INSTALLED_APPS = [
]
GAMES = [
# TODO: comment this out
{
"module": "skel",
"url_name": "skel",
"name": "Skeleton Game",
},
{
"module": "minesweeper",
"url_name": "minesweeper",

Loading…
Cancel
Save