Skip to content

Demo code examples for uploading and downloading files using Django, including file renaming, Ajax upload and streaming of large files.

Notifications You must be signed in to change notification settings

imvickykumar/django-file-upload-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-file-upload-download

Demo code examples for uploading and downloading files using Django, including setting storage directory, file renaming, Ajax upload and streaming of large files.

python -m venv env
env\Scripts\activate

env\Scripts\python.exe -m pip install --upgrade pip
pip install -r requirements.txt

pip install django -U
python manage.py migrate

python manage.py createsuperuser --username imvickykumar999 --email imvickykumar999@gmail.com
python manage.py runserver

http://127.0.0.1:8000
http://127.0.0.1:8000/admin

# Ctrl + C to exit 
deactivate

About

Demo code examples for uploading and downloading files using Django, including file renaming, Ajax upload and streaming of large files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.2%
  • HTML 23.8%