sorgerlab / OMERO.forms

Extension to OMERO.web to enhance metadata input and provide provenance
GNU Affero General Public License v3.0
7 stars 4 forks source link

Update urls.py - Replace "url(" by "re_path(" for new versions of Django #12

Open mmongy opened 9 months ago

mmongy commented 9 months ago

Updated "from django.conf.urls import url" for "from django.urls import re_path". For new versions of Django otherwise it won't work at all.