Answer the question
In order to leave comments, you need to log in
How to run a project (django+html) from github?
Hey!
There is such a project
https://github.com/adithyabhatkajake/TextGraphWalker
I put the Django library in PyCharm and the manage.py file began to compile without errors, but all that is displayed in the console is
Answer the question
In order to leave comments, you need to log in
https://docs.djangoproject.com/en/2.2/intro/tutorial01/python manage.py runserver
It seems that some non-gut dumped part of his Django course and people with no programming experience and understanding of what Django is ran to launch projects on Djnago (already 5 questions in 2 weeks of this type)..
1) Open this video - https://www.youtube.com/watch?v=IZqBTPmxoew. We watch it, repeat everything after the author, understand what and how it works visually, and what is responsible for what.
2) Open the documentation and gradually expand the project.
The Django library...
The manage.py file is compiled (moreover, the python is an interpreted language, not a compiled one)...
You need to understand that Django is a custom, and not everything is so simple here.
1. activate source myenv/bin/activate virtual environment
2. install dependencies pip install -r requirements.txt
3. run python manage.py makemigrations, python manage.py migrate
4. run local server python manage.py runserver
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question