-
Deaktivert bruker authored
django.conf.urls.url has been deprecated in favour of django.urls.re_path, which has matching behaviour. This silences two warnings during the test run. Fixes: GREG-14
Deaktivert bruker authoreddjango.conf.urls.url has been deprecated in favour of django.urls.re_path, which has matching behaviour. This silences two warnings during the test run. Fixes: GREG-14