Skip to content
New issue

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

django error - page not found at / #83

Closed
JBetts97 opened this issue May 4, 2020 · 2 comments
Closed

django error - page not found at / #83

JBetts97 opened this issue May 4, 2020 · 2 comments

Comments

@JBetts97
Copy link
Contributor

JBetts97 commented May 4, 2020

I have followed the steps to build and run the development server.

When I run the server, I get no errors, but when I try to open (127.0.0.1:8000) I receive following error message in python console:
image

When I look at the frontend I get a similar error:
image

I am using Python3 on MacOS. Any help is greatly appreciated.

Kindest Regards,
Joseph

@l3str4nge
Copy link
Contributor

There is no default page (/) already... Working paths:

127.0.0.1:8000/accounts/<login,logout,etc>
127.0.0.1:8000/home
127.0.0.1:8000/admin

I think we should start mark issues.

@JBetts97
Copy link
Contributor Author

JBetts97 commented May 4, 2020

Thanks for the super quick response @mateuszz0000 .

I don't know too much about django, but I've also since learnt that you can run the command:

python3 manage.py superuser

Maybe we should create a 'Getting Started' guide?
Thanks again, and as this initial issue has been resolved, I will close this issue :)

Kindest Regards,
Joseph

@JBetts97 JBetts97 closed this as completed May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants