#Django-Filepicker.io
A trivial image upload application demonstrating how to use Django and Filepicker.io together.
###NOTE - this project has been superseded by the official django-filepicker app.
###Setup
Everything should work locally after a few steps:
- Install the requirements (
pip install -r requirements.txt) - Fill in your
FILEPICKER_API_KEYand aSECRET_KEYin settings.py - Run
./manage.py syncdbto create the database - Run
./manage.py runserverto start the server - Visit http://127.0.0.1:8000/ to see it in action
###TODO
- Set up a demo on Heroku
- Restructure as a reusable app