Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmahmud/djangomultifileupload
In this project i have implemented how to upload multiple files in django
https://github.com/devmahmud/djangomultifileupload
django file-upload multifileupload python web-application
Last synced: 2 months ago
JSON representation
In this project i have implemented how to upload multiple files in django
- Host: GitHub
- URL: https://github.com/devmahmud/djangomultifileupload
- Owner: devmahmud
- Created: 2019-09-19T10:02:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T20:21:45.000Z (12 months ago)
- Last Synced: 2024-10-12T07:24:36.552Z (3 months ago)
- Topics: django, file-upload, multifileupload, python, web-application
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultifileUploader in Django
In this project i have implemented how to upload multiple files in django
# Requirements
```
open requirements.txt file to see requirementsTo install requirements type
pip install -r requirements.txt
```# Installing
```
open terminal and typehttps://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](https://user-images.githubusercontent.com/19981097/65234884-44596f80-daf7-11e9-8113-7a970f2793cc.png)
## Author
Mahmudul alam
Email: [email protected]========Thank You !!!=========