We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
When I look at the frontend I get a similar error:
I am using Python3 on MacOS. Any help is greatly appreciated.
Kindest Regards, Joseph
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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 :)
No branches or pull requests
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:
When I look at the frontend I get a similar error:
I am using Python3 on MacOS. Any help is greatly appreciated.
Kindest Regards,
Joseph
The text was updated successfully, but these errors were encountered: