mitodl/ol-django

github worflow failing

MAbdurrehman12 opened this issue · 3 comments

Github workflow is failing on merging of openedx module PR into main with the following exception in urls.py of mail app/module:

image

Since django.conf.urls was removed in django4.0+, maybe this could be the reason as stated here

A PR can be created with its fix but since I'm not very sure so it would be great to have @rhysyngsun opinion.

@MAbdurrehman12 yes, switching to re_path is probably best.

Can this be closed?

Can this be closed?

Yes