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 Windows
django-admin startproject mysite
                                
                            install django
pip install Django==3.2.7
                                
                            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
                                
                            django download
pip install Django==3.2.3
                                
                            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