QuizSystem package¶
Submodules¶
QuizSystem.settings module¶
Django settings for QuizSystem project.
Generated by 'django-admin startproject' using Django 2.2.7.
For more information on this file, see https://docs.djangoproject.com/en/2.2/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/2.2/ref/settings/
-
QuizSystem.settings.
ROOT_URLCONF
= 'QuizSystem.urls'¶ Added path to templates directory
-
QuizSystem.settings.
WSGI_APPLICATION
= 'QuizSystem.wsgi.application'¶ Added path to database
QuizSystem.urls module¶
QuizSystem.wsgi module¶
WSGI config for QuizSystem project.
It exposes the WSGI callable as a module-level variable named application
.
For more information on this file, see https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/