Skip to content

Example code used during Boulder Django meetup talk on file uploading

License

Notifications You must be signed in to change notification settings

grschafer/django-meetup-fileupload

Repository files navigation

Database Setup

python3 manage.py migrate

To use

Run the server with python3 manage.py runserver 0.0.0.0:8000.

Visit /minimal/ or /filefield/ for html form-based uploading.

Run python3 chunked/client.py <filename> to upload a file in a chunked fashion.

About

Example code used during Boulder Django meetup talk on file uploading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published