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:
parent
6b8c3f137c
commit
72ebe9cc7b
3 changed files with 12 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue