Multiple File Upload
Example used in the blog post Django Multiple Files Upload Using Ajax
Running Locally
git clone https://github.com/sibtc/multiple-file-upload.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver