Python/Django
File Sharing service with auth and file encryption.
Django Project located in site.
To run django server:
python.exe manage.py runserver
To apply changes to DB models:
python.exe manage.py makemigrations
python.exe manage.py sqlmigrate boxdriveapp <number from migrations folder>
python.exe manage.py migrate
How to create a pull request to this repository: https://opensource.com/article/19/7/create-pull-request-github