Python PHP Django
We need to Download a number of libraries and also create an environment before running the site.
Step 1: Create an environment outside the PilotLMS folder to keep the settings local to this project, Then activate it using the command...
env\scripts\activate
Step 2: Change directory into PilotLMS
cd PILOTLMS
Step 3: Install the requirements for the project using the command...
pip install -r requirements.txt
Step 4: To run the code
python manage.py runserver
- Login/Signup using tokens and cookies
- Dashboard to view courses and their progress
- Quiz popups within videos
- Doubt section
- Personal Notes
- Teacher Dashboard for administering student progress and analytics
- Teacher domain within his Organization
- Setup quizes for students
- Has the power to appoint a user as an instructor
- Has a domain specific to itself only accesible to its teachers
- Every teacher should belong to an onganisation