0% found this document useful (0 votes)
50 views1 page

Start Virtual Env

This document provides 4 commands for setting up and running a Django web application on a Windows system. It instructs the user to activate a virtual environment located at C:\Users\Sandip\Desktop\django_env, then navigate up one folder to C:\django_project and use the manage.py runserver command to start the local development server.

Uploaded by

Nikola Tesla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Start Virtual Env

This document provides 4 commands for setting up and running a Django web application on a Windows system. It instructs the user to activate a virtual environment located at C:\Users\Sandip\Desktop\django_env, then navigate up one folder to C:\django_project and use the manage.py runserver command to start the local development server.

Uploaded by

Nikola Tesla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

cd C:\Users\Sandip\Desktop\django_env

.\Scripts\activate

cd ..\django_project
python manage.py runserver

======

cd C:\django_env
.\Scripts\activate

cd ..\django_project
python manage.py runserver

You might also like