samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

url pattern for browser should preced the json dispatch one #17

Closed panta closed 14 years ago

panta commented 14 years ago

If the url pattern for the browser is specified as in the docs, after the json dispatch one, than the django url dispatcher won't find the browser.