Skip to content

harsh285/Online-Examination-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Online Examination WebSite

IBM Project Created By, Harsh Patel

Requirements

django-model-utils

Pillow

Installation

  1. Install virtualEvn using pip install virtualenv

  2. Make virtualEvn using virtualenv

  3. Download oequiz.zip and unzip it.

  4. Use pip install -r requirement.txt to install necessary package for requirement.txt

  5. Go to your CMD and run django-admin startproject Online Exam .

  6. Add 'quiz', 'multichoice', 'true_false', 'essay' to your INSTALLED_APPS in setting.py File.

    INSTALLED_APPS = ( ... 'quiz', 'multichoice', 'true_false', 'essay', ... )

  7. Add the following to your projects urls.py file, substituting q for whatever you want the quiz base url to be.

    urlpatterns = patterns('', ... url(r'^q/', include('quiz.urls')), ... )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors