Skip to content

refactor: Change URLconfs to use path instead of re_path #279

@hfjallborg

Description

@hfjallborg

We are still using the old implementation, re_path, for URL configuration. After Django upgrade can now use path instead, which is more readable and possibly faster. The Django documentation shows the difference between the two. (This should not change functionality in any way, if done correctly.)

We should change all .../urls.py files to use this function instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions