installing django
#please check the python version
python -m pip install Django
installing django
#please check the python version
python -m pip install Django
install django
$ python -m pip install Django
Install Django Windows
Working !!
If you are using window then first of all
create virtual environment
python -m venv venv
Then activate that environment
venvScriptsactivate
Then install Django in that environment
pip install django
Then create django project named mysite
django-admin startproject mysite
how to install django
pip install django # Install Django Packages
django-admin startproject project_name # Create a Project
cd project_name
python manage.py makemigrations # Create new migrations
python manage.py migrate # Apply Migrations
python manage.py createsuperuser # Create User for admin
python manage.py runserver # Start Server
python manage.py startapp sub_module # Create a sub app
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us