We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, everyone! After installing I see the 404 message: Who know why? `
Using the URLconf defined in crm.urls, Django tried these URL patterns, in this order:
^swagger(?P<format>\.json|\.yaml)$ [name='schema-json'] ^swagger/$ [name='schema-swagger-ui'] ^redoc/$ [name='schema-redoc'] api/ logout/ [name='logout'] ^(?P<path>.*)$
The empty path matched the last one. `
The text was updated successfully, but these errors were encountered:
Hi, I have the same problem. After installation I get a 404 error in all pages. Did you find a solution?
Sorry, something went wrong.
No, unfortunately I'm not found any solution.
Hello, any progress on this?
I partially managed to launch the product by commenting out some lines of code, but I could not achieve full work. I have not lot of skills for this.
No branches or pull requests
Hi, everyone!
After installing I see the 404 message:
Who know why?
`
Using the URLconf defined in crm.urls, Django tried these URL patterns, in this order:
The empty path matched the last one.
`
The text was updated successfully, but these errors were encountered: