You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the URLconf defined in tests.urls, Django tried these URL patterns, in this order:
^dialogs/(?P<username>[\w.@+-]+)$ [name='dialogs_detail']
^dialogs/$ [name='dialogs']
The empty path didn't match any of these.
What I Did
Installed all the requirements and ran the server. But I'm getting this path error. Please guide what to do.
The text was updated successfully, but these errors were encountered:
Description
What I Did
The text was updated successfully, but these errors were encountered: