Skip to content

bkap/EECS341

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project for EECS 341 (databases) at CWRU. It's a course scheduling
system.

Setting up the project:
You need Python 2.6 or 2.7 and a database backend.
It's currently configured to use Postgresql with the psycopg2 connector. I made
a database called eecs341, made a user wih name eecs341 and password eecs341.
If you want to use something else (say, SQLite which is easier to use but only
lets one person connect at a time), change the appropriate values in
settings.py

About

Course project for EECS 341

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages