Sunday, January 1, 2012

Creating clean URLS

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 below:-

"http://localhost/create_cr/?
oauth_token=SOME_VALUE&oauth_verifier=SOME_VALUE
"

I just want my url to be of something like below:-

"http://localhost/create_cr/"

please help..

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment