Unable to create a project in django

0 votes

I'm unable to create a project in Django

When I typed "Django - admin startproject mysite"

It is saying "it is not recognized as an internal or external command, operable program or batch file."

Nov 12, 2020 in Python by anonymous
• 10,520 points
574 views

1 answer to this question.

0 votes

I think u didn't install Django.

python -m django --version

Check if it is installed

OR

django-admin startproject mysite 
answered Nov 12, 2020 by Gitika
• 65,910 points

Related Questions In Python

+1 vote
1 answer

How to create a file and save it to a model's FileField in Django?

Hello @kartik, Basically, a field declared as a FileField, ...READ MORE

answered Jun 30, 2020 in Python by Niroj
• 82,880 points
14,023 views
0 votes
1 answer

How to create a user in Django?

Hello @kartik, The correct way to create a ...READ MORE

answered Aug 17, 2020 in Python by Niroj
• 82,880 points
11,395 views
0 votes
1 answer

How to create and read from a temporary file in Python?

Hi, there is a very simple solution ...READ MORE

answered Jan 29, 2019 in Python by Nymeria
• 3,560 points
1,754 views
0 votes
1 answer

How to create a GUID/UUID in Python

The uuid module, in Python 2.5 and ...READ MORE

answered Jan 29, 2019 in Python by SDeb
• 13,300 points
1,525 views
0 votes
2 answers
0 votes
1 answer

How to create a unicode string in python with the string eg: This is a string?

Hey, @Roshni, It is very simple to execute, ...READ MORE

answered Jun 23, 2020 in Python by Gitika
• 65,910 points
514 views
0 votes
1 answer

Unable to access UserProfile model fields in templates in Django.

Use {{ request.user.get_profile.whatever }}. Django's templating language ...READ MORE

answered Nov 13, 2020 in Python by Gitika
• 65,910 points
416 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP