broadinstitute / seqr

web-based analysis tool for rare disease genomics
GNU Affero General Public License v3.0
176 stars 88 forks source link

resolve django deprecation warnings #4200

Closed jklugherz closed 3 months ago

jklugherz commented 3 months ago

resolves deprecation warnings before upgrade

/Users/jklugher/codebase/seqr/seqr/urls.py:361: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
  urlpatterns = [url('^status', status_view)]