Hello,
I am developing a web application where i need ajax like features.
But I don't want to use ajax, so my question is- "is there any way to
perform ajax like functions in django?"
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
ns as i am new
to django and web but i do have some basic knowledge on
how html functions.
On Oct 12, 7:24 pm, Javier Guerra Giraldez wrote:
> On Wed, Oct 12, 2011 at 9:17 AM, lankesh87 wrote:
> > I am developing a web application where i need ajax like features.
> > But I don&
11 10:55 PM, "Donald Stufft" wrote:
>
>
>
>
>
>
>
> > I don't think there's any reason to insult anyone, let's be civil.
>
> > On Wednesday, October 12, 2011 at 10:50 AM, Chandrakant Kumar wrote:
>
> > You are another 'garbage
> > wrote:
> > > On Wed, Oct 12, 2011 at 9:17 AM, lankesh87 wrote:
> > >> I am developing a web application where i need ajax like features.
> > >> But I don't want to use ajax, so my question is- "is there any way to
> > >> perform
e page degrades gracefully for those not
> running javascript?
>
> On Wed, Oct 12, 2011 at 11:40 AM, Tom Evans wrote:
>
>
>
>
>
>
>
> > On Wed, Oct 12, 2011 at 3:24 PM, Javier Guerra Giraldez
> > wrote:
> > > On Wed, Oct 12, 2011 at 9:17 AM, lankesh8
Hi,
I am trying to handle a callback url. Following is the code in my
urls.py file:
--
urls.py:-
--
from django.conf.urls.defau
tatus' : 'This was tweeted from a Python
application' }))
#print resp
#print content
return HttpResponse('Tweeted!')
I am using sqlite3 as db and in django i want to use values from
table.
For e.g Customer table has value customer_id, customer_handle,
token_auth_key,token_sec_key.
my query in views.py is:
x = Customer.objects.all(
--
{% for x in bb %}
{{ x }}
{% endfor %}
---
thanks in advance
On Dec 25, 3:47 am, lankesh87 wrote:
> I am using sqlite3 as db and in django i want to use values from
> table
%}
---
On Dec 25, 4:52 am, lankesh87 wrote:
> Well i have solved the problem now I need to seperate the string:
>
> this is t
I want my url to be free from parameters being passed.
I have handled the request in "twitter_after_auth" function of view
and
I am redirecting user to the new url "http://localhost/create_cr/";
but instead the url shows some additional parameters that I have
already handled.
something like bel
is url contains html forms for cr registration
#but it has the url problem i have mentioned
def create_cr(request):
return render_to_response('register_cr.html')
------
O
12 matches
Mail list logo