Skip to content

ezio07/hostel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IIT BHU Hostel Website Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 29.1%
  • JavaScript 26.3%
  • HTML 26.1%
  • Python 18.5%