On Tuesday 16 August 2011 11:16 AM, Asif Jamadar wrote:
I have two dropdowns one dropdown is dependent on other (Ex. Country/State
dropdowns)
Now how can I implement this thing in django?
I'm using modelform concept to display form which having two dropdowns
Any sugtgestions?
DOM manipulation
Also refer to similar discussion on Python Pune mailing list :
http://groups.google.com/group/pythonpune/browse_thread/thread/31993e39bd0dfac6/b9b3709bceb6e913
-Mandar
On Mon, Aug 15, 2011 at 7:57 PM, Ketan Padegaonkar <
ketanpadegaon...@gmail.com> wrote:
> It is possible to set session cookies
On Tue, 2011-08-16 at 05:50 +, Asif Jamadar wrote:
> Can you provide me example using ajax?
I do not do ajax - all the samples are proprietary.
--
regards
Kenneth Gonsalves
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/ma
Can you provide me example using ajax?
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.
On Tue, 2011-08-16 at 05:46 +, Asif Jamadar wrote:
> I have two dropdowns one dropdown is dependent on other (Ex.
> Country/State dropdowns)
>
> Now how can I implement this thing in django?
>
>
ajax
--
regards
Kenneth Gonsalves
___
BangPypers m
I have two dropdowns one dropdown is dependent on other (Ex. Country/State
dropdowns)
Now how can I implement this thing in django?
I'm using modelform concept to display form which having two dropdowns
Any sugtgestions?
___
BangPypers mailing list
Ba
With PyCon 2012 efforts off to a great start, we’re looking for you,
the people of the Python community, so show us what you’ve got. Our
call for proposals (http://us.pycon.org/2012/cfp/) just went out and
we want to include you in our 2012 conference schedule, taking place
March 7-15, 2012 in Sant
It is possible to set session cookies on a subdomain (*.example.com),
in which case you'd need to use the same session storage and user
store for all apps in the subdomain so that all the apps can validate
the cookie.
Having SSO is a much cleaner and simpler way of authenticating users
across mult
Yes, I can do that. But isn't there a way to share the same login session
information in sub-domain too?
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Mon, Aug 15, 2011 at 3:03 PM, Ramdas S wrote:
> On Mon, Aug 15, 2011 at 3:00 PM, Asif Jamadar >wrote:
>
> > charges = [(c.company_name)
> >
> > for c in
> > ReportModel.objects.values('company_name').distinct()]
>
.values returns a QuerySet that returns dictionaries when used
On Aug 15, 2011 3:02 PM, "Asif Jamadar" wrote:
>
> charges = [(c.company_name)
>
> for c in
ReportModel.objects.values('company_name').distinct()]
>
>
> but it throws this error: " 'dict' object has no attribute 'company_name'"
>
>
>
> any suggestions?
>
dict attribute access in p
On Mon, Aug 15, 2011 at 3:00 PM, Asif Jamadar wrote:
> charges = [(c.company_name)
>
> for c in
> ReportModel.objects.values('company_name').distinct()]
>
>
> but it throws this error: " 'dict' object has no attribute 'company_name'"
>
>
> paste the whole code somewhere may be dpas
charges = [(c.company_name)
for c in ReportModel.objects.values('company_name').distinct()]
but it throws this error: " 'dict' object has no attribute 'company_name'"
any suggestions?
___
BangPypers mailing list
BangPypers@python.or
13 matches
Mail list logo