Skip to content

DBMS project to create an app to facilitate the faculty coordination in Pulchowk Campus

Notifications You must be signed in to change notification settings

072BCT/DepartmentDatabase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepartmentDatabase

DBMS project to create an app to facilitate the faculty coordination in Pulchowk Campus

MySQL connection with Django:

  1. Edit the database backend setting in settings.py file
  2. import connection, transaction (for data modification operations) from django.db
  3. connection.cursor returns a cursor object that is used to execute(), fetchone(), fetchall() results of the query execution
  4. We avoid the django model layer completely and make our own classes for each table and custom methods for insert, update, list or filter operations

Note: You need a database named 'departmentDatabase' and a running mysql server to establish a connection with the django app.

About

DBMS project to create an app to facilitate the faculty coordination in Pulchowk Campus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • HTML 11.0%
  • Python 1.3%
  • CSS 0.2%