Hi Luke
But you can get the querystring easily enough by using the
dictionary : request.GET ?
Regards
Peter
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send
our Django model and gotten further along in the process than
prototyping and are running in a production environment.
--Peter
On Aug 31, 3:56 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote:
> On 8/31/07, jorjun <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Glad
Glad though I am that Python has dynamic class attributes, when it
comes to Django Models, some more discipline could be useful,
especially when a product is in maintenance phase, IMO.
I recently added the code below to my model definition and it saved me
a bunch of time after some model evolutio
Done. Thanks for guidance.
> Even if you can't generate an SVN diff, it would be better to post
> this in a ticket; posting it to the list means it is more likely to
> get lost in the traffic.
--~--~-~--~~~---~--~~
You received this message because you are subscri
6c6,7
< from django.conf import settings
---
> from django.conf import settings
> from django.template import RequestContext
120c121
< title = title_tmp.render(Context({'obj': item,
'site': current_site})),
---
> title = title_tmp.render(RequestContext(self.request,
Andrew Durdin wrote:
The problem with the latter is that the decimal module is only
> in 2.4, and django is targeting 2.3 as the minimum support version of
> Python.
My background is in over ten years of business application development
(order processing and ERP), and I have been moving over to D
I did leaf through a "Booby" book once but I was underwhelmed. Guess I
am too used to Python syntax now.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email t
I hope it is not totally different! I intend to use Django for
application development. My background is in application development,
application development is why I am here.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
I am sure you have it now. But just to make sure, the next clue is that
it sounds a bit like "soap and phone" ;0)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, s
Which framework did I personally spend heaps of time investigating,
book-buying and ultimately reject for my own purposes?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this g
I spent a great deal of time trying to get to grips with a competing
framework but my progress was painfully slow. Now that i have switched
to Django, I have been delighted with the productivity boost.
The official documentation helped me enormously. As for improvements in
Django documentation, m
11 matches
Mail list logo