Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.34 KB

This repo is no longer maintained.

IdGen

Web app to create ID card for college students and faculty developed using HTML, CSS, JQuery, Django Framework, Reportlab, SQLite.

Users can input the relevant details, as a result of which a pdf form of the ID card is created. There are options to register, edit, search, delete, change template of id card and generate pdfs for both students and faculty.

Demo Link

Local Installation (Ubuntu)

  1. virtualenv . (virtualenv)
  2. source bin/activate
  3. pip install Django==1.9 reportlab
  4. python manage.py makemigrations
  5. python manage.py migrate
  6. python manage.py runserver

Usage

  1. Register Details

Register Details

  1. Edit Template as per need

Edit Template

  1. View List of registered users

List

  1. Download PDF

Download PDF