/psp

Mock django project which allows users to allow users to upload and share files

Primary LanguagePython

PSP File Upload App - 'Fireshare'

This is a mock django project which allows users to allow users to upload files, which can subsequently be downloaded by the uploading user, and other users if marked as public.

screenshot

Setup

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver