Re: documentation patch questions

2011-12-08 Thread Annie
ched it. Thanks for your help! Annie -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegr

Re: documentation patch questions

2011-12-08 Thread Annie
easier to see what exactly is different about the *testing* methods being demonstrated, rather than having to worry about keeping track of what the example class or method being tested is doing, too. FWIW. *g*) > I look forward to seeing your ticket and patch. Thanks for > pitching in! Yo

documentation patch questions

2011-12-07 Thread Annie
the method be named test_speaking, if we're supposed to follow the guidelines on the coding style page? "Use underscores, not camelCase, for variable, function and method names (i.e. poll.get_unique_voters(), not poll.getUniqueVoters)." Thanks for the input - Annie Mullin -- You received this

Re: serving a static file via nginx requiring authentication from django

2009-07-01 Thread Annie
combination of software. :) Thanks for the help, folks - Annie On Jun 29, 11:00 pm, John Hensley <j...@fairviewcomputing.com> wrote: > On 6/28/09 10:20 PM, Annie wrote: > > > I'm trying to this to work: users can download their files from their > > account page from a url like >

serving a static file via nginx requiring authentication from django

2009-06-28 Thread Annie
and error, googling, and researching errors is that I haven't a clue where it is that I'm telling django to send the wrong URL to nginx. Help! Thanks - Annie [1] http://wiki.nginx.org/NginxXSendfile --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: Template tag to split list evenly

2008-09-24 Thread Annie
and examples here: http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/ Hope that helps. :) Annie On Jun 3, 7:59 am, mike171562 <[EMAIL PROTECTED]> wrote: > Thanks for your help tim, I had a look at your filter, but I ended up > using thetemplatetag he