1. Install virutal machine ,Create django project and create virutal environement

hai,

this is deepak ,let us try what is django with REST framework which is currently very popular webservice in the market.



so let first install virtualenv with the following command in the terminal ie.,



$sudo apt-get install python-virtualenv

Now create the project ie., tutorial


$ django-admin startproject tutorial
$ cd tutorial
$ virtualenv env

New python executable in env/bin/python
Installing setuptools, pip...done.


1 comment: