Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: fix 500 error of "taggit_autosuggest-list"
``` django.urls.exceptions.NoReverseMatch: Reverse for 'taggit_autosuggest-list' not found. 'taggit_autosuggest-list' is not a valid view function or pattern name. ``` The problem is caused by using url, but Django 4 app should use re_path.
- Loading branch information