Re: Questions about Django Templating

2007-07-03 Thread Jeremy Dunck
On 7/3/07, scadink <[EMAIL PROTECTED]> wrote: > 3a. I wish Django would simply assume that my templates are under > app_name/templates. That way, I would have my models and views in the Use the app template loader? http://www.djangoproject.com/documentation/templates_python/#loader-types >

Re: Questions about Django Templating

2007-07-03 Thread scadink
1. Rails people are big on not writing HTML. <%= link_to 'Apple', :url => 'http://apple.com' %> http://apple.com";>Apple The shortcuts just aren't shorter. And, as anyone with a large Rails app will tell you, once you get users, you frantically go around removing all of those template helpers.

Re: Questions about Django Templating

2007-07-02 Thread rtconner
Well I want my subject back, and I'll fight for it if I have to. On Jul 2, 9:21 am, "Bryan L. Fordham" <[EMAIL PROTECTED]> wrote: > oh wow, I don't know how I managed to send that to this list. That was a > reply to a private email, having nothing to do with Django. Obviously. > > Sincere apologi

Re: Questions about Django Templating

2007-07-01 Thread rtconner
Hey, don't hijack my thread, get your own ;) On Jul 1, 11:45 pm, "nick feng" <[EMAIL PROTECTED]> wrote: > Hi All, > > I plan to build a django-based website for open-sourcing these days, I have > read the django-book. > Since my limited knowledge of web developing(this is my first time to develo

Re: Questions about Django Templating

2007-07-01 Thread rtconner
> Djangonauts? Djangistas? Djangans? Djangonauts, I like that best! > {{eh}} ? How would you shorten that? The helper I use the most is an anchor helper. Its just so nice to pass in a page and have links generated. I'm sure I'll end up writing my own helpers too. Table Helpers are nice, I'd sa

Re: Questions about Django Templating

2007-07-01 Thread Malcolm Tredinnick
On Mon, 2007-07-02 at 04:54 +, rtconner wrote: > Hello Djangoes (Djangoers?), > > I've spent a good amount of time familiarizing myself with Django, > writing my own blog and plugging in the Polls tutorial. I'm very close > to really liking (almost loving) Django. I've just got a few small >

Re: Questions about Django Templating

2007-07-01 Thread Jeremy Dunck
On 7/1/07, rtconner <[EMAIL PROTECTED]> wrote: > > Hello Djangoes (Djangoers?), Djangonauts? Djangistas? Djangans? > 1. First, I've not seen much on webhelpers (aka auto generate an > anchor or other html). I'm not sure I've seen enough of a pattern in ways HTML is used. {{eh}} ? How would

Questions about Django Templating

2007-07-01 Thread rtconner
Hello Djangoes (Djangoers?), I've spent a good amount of time familiarizing myself with Django, writing my own blog and plugging in the Polls tutorial. I'm very close to really liking (almost loving) Django. I've just got a few small annoyances I want to ask about. They all, oddly enough, have to