#!/usr/bin/env python
# coding: utf-8
#
# # Running on Django
#
#
#

#
# ## Install
#
# First you need to install Epyk and Django on your python distribution.
#
# You can run the below commmand:
#
# > pip install epyk django
#
# For more details about Django install please go on the official website
# ## New project
#
# If you are starting with Django you will need to create a new django project. You can run the below command to create a new project poll
#
# > python manage.py startapp polls
#
# More details on the project creation are available on the official website
#
# Do not forget that this is a collaborative framework so do not hesitate to give feedbacks and like the different repository to get more visbility.
#
# Also any help is more than welcome !