When I started using Anaconda, it was quite impressive. And Python Framework Django is quite famous after this year.
What is Anaconda?
Anaconda is a complete package of python framework and its library all in one place. Anaconda is the standard platform for Python data science, leading in open source innovation for machine learning. Develop, manage, collaborate, and govern at scale with our enterprise platform.
.
How to install Django in anaconda 2021 conda install Django Make Anaconda Django Environment Python
Get your own Team save 70% cost

Python is the most powerful language at today and it covers almost all platform/channels example are below:
- Web development
- Data Analytics
- Machine learn
- IoT
- Robotic
- Artificial intelligence
- other
Anaconda offers almost all library support and platform support to Python and it is using the world wide.
How to install Django on Anaconda?
Step 1. Install Anaconda to your machine, Click here
NOTE: While installing Anaconda check this “Add anaconda to my path environment variable”
If you know what you are doing feel free to uncheck, but my recommendation to check this box
Step 2. Once this step is done open your command prompt (CMD) or our recommendation install Pycharm IDE for the terminal.
Step 3. paste this command and hit enter:
conda install -c anaconda django
Step 4. Check the Django version by
python -m django --version
Step 5. Create a Django project
django-admin startproject mysite
Step 6. Run the Django server
python manage.py runserver
Step 6. You will see the following item
Starting development server at
http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Visit the URL of the above link nad to stop the server hit: Control+c 😉
For more detail please visit official Django documentation for more details.
Get your own Team save 70% cost

If you guys facing any issues, please comment below, We will definitely help you for the same. You follow my open-source API’s and another project from here Github
Check my other blogs:
- Top 10 steps to rank your website on top of Google Search Results
- What are top 5 Frontend programming language having higher growth in 2025
- What is the difference between Data Analyst vs Business Analyst vs Business Intelligence Analyst?
- What are the top 5 latest Google update related SEO and ranking?
- What is the difference between PHP vs Java vs Python?
I was stuck into environment path set.
Now it’s working thank so much
Good to know
Pingback: All New python 3.9 vs 3.8 benchmark, performance, installation
Pingback: How to Install python ubuntu 18.04 terminal and anaconda : Coresumo Technologies
Pingback: Pick best Python Technology Stack for enterprise application : Coresumo Technologies