MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.93k stars 880 forks source link

Not Found Pages #444

Open AjaxFB opened 3 years ago

AjaxFB commented 3 years ago

Hi guys,

I configure application with docker-compose.yml of project... Do connections, migrates... But i cant access pages ;( someone can give me a tip or a path to solve this?

postgres_container | 2021-08-17 21:58:26.135 UTC [74] LOG:  database system was shut down at 2021-08-17 21:58:26 UTC
postgres_container | 2021-08-17 21:58:26.142 UTC [1] LOG:  database system is ready to accept connections
web_1  |
web_1  | 51 static files copied to '/app/static', 142 post-processed.
web_1  | Operations to perform:
web_1  |   Apply all migrations: accounts, auth, cases, common, contacts, contenttypes, django_ses, emails, events, invoices, leads, opportunity, planner, sessions, tasks, teams
web_1  | Running migrations:
web_1  |   Applying accounts.0001_initial... OK
web_1  |   Applying cases.0001_initial... OK
...
web_1  |   Applying teams.0004_teams_company... OK
web_1  |   Applying teams.0005_remove_teams_company... OK
web_1  | [18/Aug/2021 03:29:00] "GET / HTTP/1.1" 302 0
web_1  | [18/Aug/2021 03:29:01] "GET /app/ HTTP/1.1" 404 179
web_1  | [18/Aug/2021 03:29:02] "GET /favicon.ico HTTP/1.1" 404 179
web_1  | [18/Aug/2021 03:29:03] "GET / HTTP/1.1" 302 0
web_1  | [18/Aug/2021 03:29:04] "GET /app/ HTTP/1.1" 404 179

root@abcdefg:/app# cat server.log | sort | uniq

Not Found: /app/
Not Found: /auth/login/
Not Found: /blog/admin
Not Found: /dashboard/
Not Found: /emails/
Not Found: /favicon.ico
Not Found: /leads/
Not Found: /login
Not Found: /login/
Not Found: /profile

I try other routes like in common/urls.py, but same problem.

sunrise1234321 commented 2 years ago

https://github.com/MicroPyramid/Django-CRM/issues/453 root route seems missing....