Greg Taylor
|
648bee599e
|
Improvements on the news app. It's not nearly done yet, don't bother playing with it for a while unless you're really curious and want to see ugly, un-refined code :)
|
2007-07-30 20:30:16 +00:00 |
|
Greg Taylor
|
9db148f98c
|
Add a placeholder page, tbi.html, and a tbi view /tbi, that can be used to link to when a particular web feature isn't complete yet rather than leaving dead links.
|
2007-07-30 15:23:42 +00:00 |
|
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 |
|
Greg Taylor
|
ebb145654f
|
Some more work towards having a working news module. This isn't anywhere near ready yet!
|
2007-06-12 03:37:22 +00:00 |
|
Greg Taylor
|
115a420cee
|
The default front webpage now has some good examples on how to add in custom functionality. You'll obviously want to customize this for your game, but it'll be a good start.
|
2007-06-12 02:35:37 +00:00 |
|