Simple upload example using python framework Django
- Pyhton v2.7.3
- Pip
- Django v1.8
To install Django first you need to install Pip. Download this .py file frome here https://bootstrap.pypa.io/get-pip.py and install it using python as follow.
$python get-pip.py
To instal Django use this.
$pip install Django==1.8
Browse to the root of the repository where the manage.py file is located and execute this.
$sudo pyhton manage.py runserver
And run it in your favorite broser using the next url.