Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultifileUploader in Django

In this project i have implemented how to upload multiple files in django

Requirements

open requirements.txt file to see requirements

To install requirements type

pip install -r requirements.txt

Installing

open terminal and type

https://github.com/devmahmud/DjangoMultiFileUpload.git

or simply download using the url below

https://github.com/devmahmud/DjangoMultiFileUpload.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To collect static files

python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

image

Author

Mahmudul alam Email: expelmahmud@gmail.com

========Thank You !!!=========

About

In this project i have implemented how to upload multiple files in django

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages