Django-CRM
Django-CRM copied to clipboard
404 error
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. `
Hi, I have the same problem. After installation I get a 404 error in all pages. Did you find a solution?
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.