Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 382 Bytes

mdid-upload_personal

Allows all users to create records by uploading media files

Installation

  1. Stick this in rooibos/apps/upload_personal

  2. Add the following to settings_local.py:

    additional_settings = [
            'apps.upload_personal.settings',
    ]
  1. Restart web server

  2. Fork & Improve/File bug reports/Send Feedback (optional)