>
> Thanks for the help. You revealed some things to me which I hadn't
> understood or tried before, but now I have. The 404 problem has been
> resolved and things are working much better. Thanks again.
--
You received this message because you are subscribed to the Google Groups
"Django users
> The current URL, mediahelp/comphelp/mediaHelpPopup.html, didn't match any of
> these.
>
> The code from the comphelp url view is very basic and looks like this:
> def component_help(request):
> view = "component_help"
> dctnry = {}
> reqGET = request.GET.copy()
> if reqGET.has_key
On Tuesday, 24 July 2012 15:03:49 UTC+1, curious1 wrote:
> So is there a problem with the url used above(the href field in the popup
> function)? If so what's wrong with it? Previously the call seemed to be
> successfull as well as the return, since I was previously able to display
> the retu
OK. sorry for not providing more information previously. Currently here's
the 404 I'm getting back when I submit the asynchronous request:
Page not found (404)
Request Method:
GET
Request URL:
http://127.0.0.1:8000/mediahelp/comphelp/mediaHelpPopup.html
Using the URLconf defined in streamingm
your error's got nothing to do with AJAX. As the very helpful error
message you're getting, there's no URL that matches your requested
path:
> Request URL:
>
> http://127.0.0.1:8000/mediahelp/mediaHelpPopup.html
>
> Using the URLconf defined in streamingmedia.urls, Django tried these URL
> patter
I have a django application already developed which I'm trying to use to
experiment with asynchronous javascript without using any of the standard
JQuery type libraries, in order to better learn and understand AJAX
concepts. The application itself has been written using python 2.7.1 and
djang
6 matches
Mail list logo