filepicker / filepicker-django

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

Adding South introspection rule #16

Closed nickpresta closed 11 years ago

nickpresta commented 11 years ago

This adds a South introspection rule so that migrations work as expected. Since this cannot depend on South, I've added a try/except ImportError and ignore it otherwise.

brettcvz commented 11 years ago

LGTM