recurship / event-manager

A simple event management app created for practicing Django Rest and React
https://karachi-communities.herokuapp.com/login
17 stars 10 forks source link

[backend] not able to run project locally #237

Open smkamranqadri opened 5 years ago

smkamranqadri commented 5 years ago

After install docker and run make migrate && make loaddata, backend didn't start, it give below error.

smkamranqadri commented 5 years ago

screencapture-localhost-8000-2018-12-08-11_25_14

ZenabKhan commented 5 years ago

@smkamranqadri what link are you using to access the admin? it should be http://localhost:8000/admin/

smkamranqadri commented 5 years ago

I am using just localhost:8000

ZenabKhan commented 5 years ago

Admin link: http://localhost:8000/admin/ Frontend link: http://localhost:3000

smkamranqadri commented 5 years ago

Noted, got the issue here, no root route is handled.