openplans / shareabouts

Shareabouts is a mapping application for crowdsourced info gathering.
GNU General Public License v3.0
276 stars 150 forks source link

Switch to Django 2.0-style path() URLconfs #234

Closed BenSturmfels closed 1 month ago

BenSturmfels commented 2 months ago

Fixes RemovedInDjango40Warning.

Removed the commented out examples from the Django default template, since these aren't really relevant.

Also removed staticfiles_urlpatterns as these are provided automatically by Django in development and are disabled in production.