django-chunked-upload-demo icon indicating copy to clipboard operation
django-chunked-upload-demo copied to clipboard

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

django-chunked-upload demo

This is a Django demo project of the django-chunked-upload <https://github.com/juliomalegria/django-chunked-upload>__ module.

Live demo

To see a live demo of the project go to: django-chunked-upload.juliomalegria.com <http://django-chunked-upload.juliomalegria.com>__.

Try it locally

  1. Clone the repo.

::

git clone [email protected]: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 <http://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 <https://github.com/juliomalegria/django-chunked-upload/issues>__. I'll be happy to help you! :-)