Re: Flatten template?

2011-01-11 Thread Danny Adair
Just in case someone needs this... I now have a working module. It "resolves" via the source files - no context, no "real rendering". Therefore only literal string parameters are supported for the template paths of {% extends ... %} and {% include ... %}. That's ok for my current purposes. Otherwi

Re: Mutli-column composite keys

2010-09-20 Thread Danny Adair
On Mon, Sep 20, 2010 at 08:50, J. P. Smyth wrote: >[...] > Does anyone have a suggestion how I can achieve this unique primary > key in Django without resorting to creating another column with the > company name plus the product id? Unfortunately http://code.djangoproject.com/ticket/373#comment:2

Re: www.djangoproject.com

2010-07-14 Thread Danny Adair
Hi, I had the exact same problem, and I had _not_ installed Weave. The offending config entry in my case was: "chrome://global/locale/intl.properties" and it was at the bottom of the accepted languages list. This is on Firefox 3.6.6 I can reproduce the problem anytime by visiting about:config and

Re: Calling the same views, displaying in different templates

2010-04-13 Thread Danny Adair
On Tue, Apr 13, 2010 at 15:59, rvidal wrote: >[...] > I have my urls.py looking something like this: > urlpatterns = patterns('mysites.shop.views', >        (r'^$', 'index'), >        (r'^client/(?P\d+)/$', 'details'), >        (r'^client/(?P\d+)/receipts/$', 'receipts'), >        (r'^client/(?P\d