Skip to content

AlonsoIbarra/django_image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_image

Simple upload example using python framework Django

Tools used

  • Pyhton v2.7.3
  • Pip
  • Django v1.8

Installation

1.Pip

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

2.Django

To instal Django use this.

$pip install Django==1.8

How to run

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.

http://localhost:8000/updload

About

Simple upload example using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 93.0%
  • HTML 7.0%