This repo is no longer maintained.
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.
virtualenv .(virtualenv)source bin/activatepip install Django==1.9 reportlabpython manage.py makemigrationspython manage.py migratepython manage.py runserver
- Register Details
- Edit Template as per need
- View List of registered users
- Download PDF



