internal-fileupload-django 0.15

Creator: codyrutscher

Last updated:

Add to Cart

Description:

internalfileuploaddjango 0.15

=====
Icelabz File Upload
This is a basic file upload using Google Docs
Detailed documentation is in the "docs" directory.
Quick start


Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'fileupload',
]


Include the polls URLconf in your project urls.py like this::
path('fileupload/', include('fileupload.urls')),


Run python manage.py migrate to create the polls models.


Use the following link http://127.0.0.1:8000/fileupload/ to upload


To build the package you need to run
python setup.py sdist

Building
For some reason we cannot test this on circleCI so we have to manually run the test
the build instruction goes like this after updatin the setup.py verions
python runtest.py
python setup.py sdist

TODO
- @todo: make sure we add a google credential setup guide
- @TODO: Add a cron job that can be checked for expiry

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.