How to install django on Windows ?

What is Django ?

Django is a high-level Python web framework that helps you build web applications quickly and efficiently. It’s open-source, free to use, and known for its clean and pragmatic design. Here are some key aspects of Django:

How to install Django ?

mkdir django
cd django

Next to run below command

python -m venv myVenv
source myVenv/Scripts/activate
pip freeze
pip install django
pip freeze

Next to run below command

django-admin startproject myProject
cd myProject
django-admin startapp myApp
cd myproject
python manage.py migrate
python manage.py migrate

Then run below comand for run the project

python manage.py runserver

Now working successfully.

Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.

Related Posts

How to Create Route and Page in Django ?

In this tutorial im going to share how to create url and call the page in Django. I have mentioned in very easy way so follow this…

How to Generate Sitemap in Flask APP ?

What is Sitemap ? A sitemap is a file that lists the pages of a website to inform search engines about the organization of its content. It…

Hellow Word in Flask App ?

What is Flask ? Flask is a lightweight and flexible web framework written in Python. It is designed to make getting started with web development quick and…

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x