Re: passing additional context variables to project template

2012-05-05 Thread hirokiky
Hi, Dominique. It's right that you have said. One bring up the topic on . Quotation: > I found the docs a little misleading when they say 'Any option

passing additional context variables to project template

2012-05-05 Thread Dominique Guardiola Falco
Sorry to cross-post this, as I just posted it on django-users, but it's perhaps a little problem with the django documentation here I have a working project template that I can use with the new "--template" option of the startproject management command I wanted to pass more variables in the temp

Re: Test reordering and TransactionTestCase cleanup

2012-05-05 Thread Andreas Pelme
On Saturday 5 May 2012 at 00:39, Anssi Kääriäinen wrote: > On May 4, 2:30 pm, Karen Tracey http://gmail.com)> wrote: > Thanks for the link. While reading the previous threads I spotted at > one blocker issue: the first TransactionTestCase will not start with > zeroed database sequence values. To pr

Re: Test reordering and TransactionTestCase cleanup

2012-05-05 Thread Andreas Pelme
On Friday 4 May 2012 at 13:30, Karen Tracey wrote: > On Fri, May 4, 2012 at 4:46 AM, Andreas Pelme (mailto:andr...@pelme.se)> wrote: > > > > That's a good question. Anyone who wrote to original > > TransactionTestCase/reordering implementation that wants to chime in? :-) > > I worked on the tes

Re: How to serve staticfiles with full URL for local development?

2012-05-05 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.

How to serve staticfiles with full URL for local development?

2012-05-05 Thread lucky
There was a snippet to display a content of response in browser during debugging http://miniblog.glezos.com/post/3388080372/tests-browser . "One of the first issues you might face is seeing a style-less page. This happens becuase the test server isn’t really a web server, and you’re probably serv