Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

404 error

Open in1000gramm opened this issue 3 years ago • 4 comments

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. `

in1000gramm avatar Jan 17 '22 21:01 in1000gramm

Hi, I have the same problem. After installation I get a 404 error in all pages. Did you find a solution?

pghi avatar Feb 16 '22 21:02 pghi

No, unfortunately I'm not found any solution.

in1000gramm avatar Feb 17 '22 08:02 in1000gramm

Hello, any progress on this?

mishacol avatar Mar 29 '22 19:03 mishacol

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.

in1000gramm avatar Mar 29 '22 19:03 in1000gramm