A simple Django file upload app
Project description
===== 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for internal-fileupload-django-0.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33abc1157fe1d3c3c321de44c0a83f5640b1bea16ce262d863612edadca565c3 |
|
MD5 | 3267cc63665200eb5a10ee08c264b7d4 |
|
BLAKE2b-256 | a0b16343a98bc1d09585f056f1a4b7fec1837416c61196cbe93c840b7f6a274c |