Skip to content

Id Card Generator using Django Framework and Reportlab library

Notifications You must be signed in to change notification settings

jomyemmanuel/IdGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Id Card Generator using Django Framework and Reportlab library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published