kdchang / python-django-upload-multiple-files

A simple python django upload multiple files/images example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-django-upload-multiple-files

A simple python django upload multiple files/images example

Usage

  1. $ git clone
  2. $ virtualenv venv
  3. $ source venv/bin/activate
  4. pip install -r requirements.txt
  5. create a media folder in the root
  6. $ python manage.py runserver

Documents

  1. multiple files upload using same input name in django
  2. File Uploads

About

A simple python django upload multiple files/images example


Languages

Language:Python 76.8%Language:HTML 23.2%