In this Django app, publishers can create quizzes and subscribers can take quizzes according to their interested subjects; publishers can upload files and subscribers can subscribe to files related to their interests.
First, clone the repository to your local machine:
git clone https://github.com/AmberWangjie/Django-File-Manager.gitRun program under virtual environment:
source school/bin/activateInstall the requirements:
pip install -r requirements.txtCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.