In this project i have implemented how to upload multiple files in django
open requirements.txt file to see requirements
To install requirements type
pip install -r requirements.txt
open terminal and type
https://github.com/devmahmud/DjangoMultiFileUpload.git
or simply download using the url below
https://github.com/devmahmud/DjangoMultiFileUpload.git
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
To create superuser open terminal and type
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Mahmudul alam Email: expelmahmud@gmail.com
========Thank You !!!=========