Website of duggal Industries.
$ sudo apt-get install virtualenv$ mkdir somename
$ cd somename
$ virtualenv .
$ source bin/activate
$ cd Djangosite
$ pip install -r requirements.txt
path : Djangosite/duggal/duggal/settings.py
add the specifications of your email in line 38-39
add the specifications of your database in line 101-107
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
127.0.0.1:8090