Finished the Players content block on the default main page. Yay. http://sandbox.evennia.com is the front page for the test site. None of the links work yet, just working on the front page.

This commit is contained in:
Greg Taylor 2007-06-06 13:49:52 +00:00
parent 6b8c3f137c
commit 72ebe9cc7b
3 changed files with 12 additions and 1 deletions

View file

@ -27,6 +27,7 @@ def page_index(request):
"players_connected": functions_db.num_connected_players(),
"players_registered": functions_db.num_total_players(),
"players_connected_recent": functions_db.num_recently_connected_players(),
"players_registered_recent": functions_db.num_recently_created_players(),
}
context_instance = RequestContext(request)