Beginnings of the integrated front-end website.
This commit is contained in:
parent
bb6905c1ca
commit
1e13d94b20
12 changed files with 1258 additions and 2 deletions
10
apps/website/webcontext.py
Normal file
10
apps/website/webcontext.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from django.conf import settings
|
||||
|
||||
def general_context(request):
|
||||
"""
|
||||
Returns common Evennia-related context stuff.
|
||||
"""
|
||||
return {
|
||||
'game_name': "Test Game",
|
||||
'media_url': settings.MEDIA_URL,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue