1paste this command and hit enter: conda install -c anaconda django Copy.
2Check the Django version by. python -m django --version Copy.
3Create a Django project. django-admin startproject mysite Copy.
4Run the Django server. python manage.py runserver Copy.