Re: documentation patch questions

2011-12-08 Thread Annie
e patch and attached 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+

Re: documentation patch questions

2011-12-08 Thread Annie
meone not familiar with writing tests, because then it's 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 see

documentation patch questions

2011-12-07 Thread Annie
email: shouldn't 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

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

2009-07-01 Thread Annie
g detailed info that combined this particular combination of software. :) Thanks for the help, folks - Annie On Jun 29, 11:00 pm, John Hensley wrote: > On 6/28/09 10:20 PM, Annie wrote: > > > I'm trying to this to work: users can download their files from their > > accoun

serving a static file via nginx requiring authentication from django

2009-06-28 Thread Annie
ly because I'm trying to give it the file itself, rather than the URI that X-Accel-Redirect requires [1].) So, the conclusion I've come to after many hours of reading docs, trial and error, googling, and researching errors is that I haven't a clue where it is that I'm telling dja

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