Skip to content

Migrate urls files

Samuel GAIST requested to merge migrate_urls into django3_migration

This merge request migrates all the URLs to the new Django style using either path or re_path.

It also simplify the setup of the API URLs.

Merge request reports