ready for skel

master
Tait Hoyem 2 years ago
parent f4014e33dd
commit 209f73de6b

@ -32,7 +32,8 @@ ALLOWED_HOSTS = ["*"]
INSTALLED_APPS = [ INSTALLED_APPS = [
# NOTE: keep on top to promote app precedence # NOTE: keep on top to promote app precedence
"skel", # NOTE: uncomment to show skeleton
#"skel",
"common", "common",
"channels", "channels",
"chat", "chat",
@ -47,13 +48,15 @@ INSTALLED_APPS = [
"django.contrib.staticfiles", "django.contrib.staticfiles",
] ]
# NOTE: copy and paste into GAMES array below to see skeleton game in the main menu
"""
{
"module": "skel",
"url_name": "skel",
"name": "Skeleton Game",
},
"""
GAMES = [ GAMES = [
# TODO: comment this out
{
"module": "skel",
"url_name": "skel",
"name": "Skeleton Game",
},
{ {
"module": "minesweeper", "module": "minesweeper",
"url_name": "minesweeper", "url_name": "minesweeper",

Loading…
Cancel
Save