This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-22 07:46:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1afcd6bf99
evennia
/
apps
/
website
History
Download ZIP
Download TAR.GZ
Greg Taylor
1afcd6bf99
We've now got a sane template structure. webtemplates/base.html is the parent of all pages. index.html in that directory is the default page, and sub-directories from there will hold the templates for various applications. Notice how in index.html and the file in the news directory are put together. It's really simple, see the Template documentation on djangoproject.com for more in-depth details.
2007-07-26 13:52:46 +00:00
..
__init__.py
Beginnings of the integrated front-end website.
2007-06-05 20:06:21 +00:00
models.py
Beginnings of the integrated front-end website.
2007-06-05 20:06:21 +00:00
urls.py
Beginnings of the integrated front-end website.
2007-06-05 20:06:21 +00:00
views.py
We've now got a sane template structure. webtemplates/base.html is the parent of all pages. index.html in that directory is the default page, and sub-directories from there will hold the templates for various applications. Notice how in index.html and the file in the news directory are put together. It's really simple, see the Template documentation on djangoproject.com for more in-depth details.
2007-07-26 13:52:46 +00:00
webcontext.py
Making get_configvalue a bit more informative if a config value can't be found. Also actually populating the webcontext's game_name via get_configvalue.
2007-06-06 12:37:34 +00:00