Projects and document system using pinax document and django-user-accounts from pinax
Home Page Image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/home.png
Create Folder image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/create_folder.png
Upload File Image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/upload.png
User Menu Image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/user_menu.png
Account Settings Image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/account_settings.png
Account Password Image https://github.com/kwabena-aboah/FileStore/blob/master/static/img/account_password.png
clone the repo from github and install
- git clone https://github.com/kwabena-aboah/FileStore.git
- cd /directory/of/app
- pip install -r requirements.txt
- go to your settings.py and configure your email settings:
EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = '' # your email address here EMAIL_HOST_PASSWORD = r'' # your password goes here EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_USE_SSL = False DEFAULT_FROM_EMAIL = 'Admin<admin@127.0.0.1:8000>'
- run migrations using 'python manage.py migrate' command
- to create admin user use the command 'python manage.py createsuperuser'
- start the application using the command 'python manage.py runserver'
- Add Plagiarism Checker to scan files uploaded to the platform
FileStore is licensed under MIT, see LICENSE.txt
.