Allows all users to create records by uploading media files
-
Stick this in rooibos/apps/upload_personal
-
Add the following to settings_local.py:
additional_settings = [
'apps.upload_personal.settings',
]
-
Restart web server
-
Fork & Improve/File bug reports/Send Feedback (optional)