Skip to content

juliomalegria/django-chunked-upload-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-chunked-upload demo

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

Live demo

To see a live demo of the project go to: django-chunked-upload.juliomalegria.com.

Try it locally

  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 migrate
  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

No packages published

Languages