django-js-routes
django-js-routes copied to clipboard
Post requests not working due to the i18n_patterns
Hi @ellmetha i've been using your package for a while and +1. The package was working perfectly until i add internationalisation to my app now the urls are not expose with the current localisation as a prefix and because of that POST requests are not longer working and i don't find good to prefix each route in the frontend code with the current localisation.
Do you think we can expose the routes with the current localisation?
@jordyparker I am running into the same problem. Were you able to find a solution?