filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

instructions should specify you still need to manually include filepicker js file in template #34

Open w- opened 10 years ago

w- commented 10 years ago

I'm not so bright....... so i wasted half an hour wondering why the widget wasn't working before i realized i need to manually include the filepicker.io js file at the end in my template for the widget to work.

<script type="text/javascript" src="//api.filepicker.io/v1/filepicker.js"></script>

Might be worth mentioning in the instructions for slow people like me.

pydanny commented 10 years ago

:+1: