Re: Easy way to create pretty pages with nav?

2009-04-06 Thread dartdog1
{% for page in pages%} > >     {{page.name}} > >   {% endfor %} > > > > > As other parts of your page become dynamic then replace them in the > > same way. > > > And on the subject of blogs - assuming you start with a working Django > > install and t

Re: Easy way to create pretty pages with nav?

2009-04-05 Thread dartdog1
eta words, language parameters and website > > encoding - you'll declare them in your index html anyway, so why not > > store them in your database, so you can change them from admin, > > whenever  you want. > > > Alan > > > On Apr 5, 5:57 pm, dartdog1 w

Easy way to create pretty pages with nav?

2009-04-05 Thread dartdog1
Ok I'm super new, skimmed the doc & tutorial but I just can't figure out how to go about really building the Public view side? I don't see how to apply simple css. how to set up simple stuff like navigation tabs and links... I'm implementing on GAE with the AEP and have gotten the sample app up a