installing Django

here is my video first impression is the best impression
my video link:
dont forget to subscribe
https://youtu.be/zT-pHH3d_RM
Steps:
Installing Django
Before you can start learning how to use Django,
you must first install some
software on your computer.
1. Install Python.
2. Install a Python Virtual Environment.
3. Install Django
pip install virtualenv
env_mysite\scripts\activate
pip install django==1.8.13
env_mysite\scripts\activate
django-admin startproject mysite
close and again open
python manage.py runserver
Installing Django
Before you can start learning how to use Django, 
you must first install some
software on your computer.
1. Install Python.
2. Install a Python Virtual Environment.
3. Install Django
pip install virtualenv
env_mysite\scripts\activate
pip install django==1.8.13
env_mysite\scripts\activate
django-admin startproject mysite
close and again open
python manage.py runserver

Comments

Popular Posts