unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix urls #108

Closed madhuBayy closed 3 years ago

madhuBayy commented 3 years ago

@ldko @somexpert

I'm replacing path with re_path and using older regex because, the <slug> and <str> being used here are interpreted as url parameters and raising Internal errors as browse_json() doesn't expect them.