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
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
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
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
4 matches
Mail list logo