django-simple-blog
django-simple-blog copied to clipboard
No backwards compatibility for version 0.3.0
The urls file uses re_path, but it is not backwards compatible. Update code to follow https://docs.djangoproject.com/en/2.2/releases/2.0/#simplified-url-routing-syntax for backwards compatibility.
@jaredfuelberth Hey, thank you for opening the issue. Feel free to send a PR that fixes that.