DepartmentDatabase

所属分类:数据库系统
开发工具:JavaScript
文件大小:1917KB
下载次数:0
上传日期:2018-08-02 21:11:34
上 传 者sh-1993
说明:  DBMS项目旨在创建一个应用程序,以促进普尔乔克校区的教员协调
(DBMS project to create an app to facilitate the faculty coordination in Pulchowk Campus)

文件列表:
.idea (0, 2018-07-04)
.idea\departmentdb.iml (1018, 2018-07-04)
.idea\misc.xml (192, 2018-07-04)
.idea\modules.xml (276, 2018-07-04)
.idea\workspace.xml (20241, 2018-07-04)
departmentapp (0, 2018-07-04)
departmentapp\__init__.py (0, 2018-07-04)
departmentapp\__pycache__ (0, 2018-07-04)
departmentapp\__pycache__\__init__.cpython-35.pyc (151, 2018-07-04)
departmentapp\__pycache__\admin.cpython-35.pyc (196, 2018-07-04)
departmentapp\__pycache__\apps.cpython-35.pyc (397, 2018-07-04)
departmentapp\__pycache__\models.cpython-35.pyc (193, 2018-07-04)
departmentapp\__pycache__\urls.cpython-35.pyc (347, 2018-07-04)
departmentapp\__pycache__\views.cpython-35.pyc (1015, 2018-07-04)
departmentapp\admin.py (63, 2018-07-04)
departmentapp\apps.py (101, 2018-07-04)
departmentapp\migrations (0, 2018-07-04)
departmentapp\migrations\__init__.py (0, 2018-07-04)
departmentapp\migrations\__pycache__ (0, 2018-07-04)
departmentapp\migrations\__pycache__\__init__.cpython-35.pyc (162, 2018-07-04)
departmentapp\models.py (57, 2018-07-04)
departmentapp\templates (0, 2018-07-04)
departmentapp\templates\departmentapp (0, 2018-07-04)
departmentapp\templates\departmentapp\academic.html (10127, 2018-07-04)
departmentapp\templates\departmentapp\base.html (1973, 2018-07-04)
departmentapp\templates\departmentapp\course.html (4162, 2018-07-04)
departmentapp\templates\departmentapp\dashboard.html (7356, 2018-07-04)
departmentapp\templates\departmentapp\home.html (545, 2018-07-04)
departmentapp\templates\departmentapp\index.html (1887, 2018-07-04)
departmentapp\templates\departmentapp\nonacademic.html (7309, 2018-07-04)
departmentapp\templates\departmentapp\staffprofile.html (8231, 2018-07-04)
departmentapp\templates\departmentapp\teacherprofile.html (12336, 2018-07-04)
departmentapp\tests.py (60, 2018-07-04)
departmentapp\urls.py (188, 2018-07-04)
departmentapp\views.py (1051, 2018-07-04)
departmentdb (0, 2018-07-04)
departmentdb\__init__.py (0, 2018-07-04)
departmentdb\__pycache__ (0, 2018-07-04)
... ...

# 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.

近期下载者

相关文件


收藏者