kitware-resonant / dkc-next

Apache License 2.0
3 stars 0 forks source link

Allow files to be added via django admin #37

Closed zachmullen closed 4 years ago

zachmullen commented 4 years ago

Some of these changes were necessary to be able to add files via django-admin at all, namely the stuff related to setting the folder. The other changes are for robustness.

Even though my efforts to upload files through django-admin with XHRs seems like a failure, this is still a good improvement.