Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 453 Bytes

hostel

IIT BHU Hostel Website Development Note: We are going to do the database work at the end, till then we will be working with hardcoded array lists. Requirement: Django, python 2.7, mysql, reportlab(dynamic pdf creation) <<<<<<< HEAD mysqldump -u root -p hostel > shostel.sql

mysql commands:

create table profile(roll_no int PRIMARY KEY,name varchar(30),branch varchar(20),email varchar(30),course varchar(20),passing_year int(4));