Wednesday, January 27, 2021

Re: how create new django project with windows 10 and Python 3.9.1

As easy as steps below:

In your CMD:

1.Python - m venv yourvirtualenvironment

2 yourvirtualenvironment\scripts\activate

3.Pip install django

4.django-admin start-project yourptojectname

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBhr7ZtybbxP_gkUA1Vp8CHquGdBydbf4h1isM93nMfNPu8UA%40mail.gmail.com.

No comments:

Post a Comment