Quiz Management System In Python Django
제품 세부 정보
This is a Quiz Management system designed in python using Django framework. User can sign up as a teacher and student. Only teacher have the access to admin panel who can add or delete the subject or questions of quiz. Student can only sign up to take the quiz. Django is strong famous python based- frame work used to built desktop applications. You only need to open your code in Pycharm and it will automatically give you an option to install particular requirements to run the code.In the terminal run the following commands.
Python manage.py migrate
python manage.py runserver
The commands should be run in django-school directory.
File Tree
-
📁 Quiz Management System In Python Django