aletson / votefinder-web

Web-based vote parser for use on various web forums.
http://votefinder.org
GNU General Public License v3.0
2 stars 1 forks source link

Convert urls to new pattern in Django 2.0+ #166

Closed aletson closed 4 years ago

aletson commented 4 years ago

e.g., path('route/<int:key_id>/', views.route, name='route')

aletson commented 4 years ago

this seems like extremely low hanging fruit, not gonna lie

aletson commented 4 years ago

Done Enough(tm). re_path could be updated to path in many cases, but that's out of scope for this issue.