Skip to content

voidrank/django-chunked-upload-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-chunked-upload demo

This is a Django demo project of the django-chunked-upload module.

To try it:

  1. Clone the repo.
git clone git@github.com:juliomalegria/django-chunked-upload-demo.git
cd django-chunked-upload-demo/
  1. Install the requirements (I suggest using a virtualenv).
virtualenv ven
source venv/bin/activate
pip install -r requirements.txt
  1. Create the tables.
./manage.py syncdb --noinput
  1. Run the server.
./manage.py runserver
  1. Go to 127.0.0.1:8000 and upload a file.

Support

If you find any bug or you want to propose a new feature, please use the issues tracker. I'll be happy to help you! :-)

About

Django demo project of the `django-chunked-upload` module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.8%
  • Python 6.5%
  • HTML 5.5%
  • CSS 0.2%