Quiz Platform for DSC REC BIJNOR
-
Activate the virtual Environment
$ pipenv shell
-
Install all requirements (packages)
$ pipenv sync
-
Import secret from environment
$ source ./secrets.sh
-
Run the server
$ python manage.py runserver
-
Open the browser and goto the url
Django version 3.1.3, using settings 'quizdsc.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.