A student manage system base on django and mysql. This project is done by five students in CUHKSZ. You can get access to the whole project code from https://github.com/Xhy-5000/database_project
Python and Django need to be installed
pip install django
pip install pymysql
- Open your mysql work bench and run init_db.sql (you can run the test.sql to ensure the data has already been inserted)
- Find the settings.py in mysite dictionary, change the mysql username and password into yours'
Go to the database_project folder and run
python manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/
The login page is common for students and teachers.
The username is their name and password for everyone is 'csc3170'.
student
- AndyXia
- DodoXia
- AlexLi
- ArthurLi
teacher
- AlanTuring