abhinavcode / hostel

IIT BHU Hostel Website Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) 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));

For hck

About

IIT BHU Hostel Website Development


Languages

Language:CSS 29.1%Language:JavaScript 26.3%Language:HTML 26.1%Language:Python 18.5%