Django for Web Development
Installing Django
After installing Python, we can install django using this command pip install django
Creating an environment
How to run locally
To run the project locally, first we have to change our directory to "mysite". We can do so by cd mysi...
prakharalsoblogs.hashnode.dev3 min read