amjd / qp_gen

Its is a web application which generates question paper based on the given question paper patter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#QPGen - Question Paper Generator This is a Django app to automatically generate questions papers from a question bank, based on given constraints. It is being developed to aid the professors of PESIT Bangalore South Campus in generating question papers.

###Usage Make migrations

$ python manage.py makemigrations

Apply migrations (and create the database when run for the first time)

$ python manage.py migrate

Run the app locally on http://localhost:8000

$ python manage.py runserver

###Contributors Sharath N Amjad Ali Tyson Pais

About

Its is a web application which generates question paper based on the given question paper patter


Languages

Language:CSS 65.7%Language:Python 20.9%Language:HTML 8.9%Language:JavaScript 4.4%