An information management system for college to maintain the student's basic information.
Tech Stack: Python + Django
- Python 3.7
- Django 2.0.3
-
Clone the project
git clone [email protected]:A11en0/InfoManageSystem.git
-
Create mysql database
studSys
-
Install run times
pip3 install -r requirements.txt
-
Migrate database
python3 manage.py makemigrations
python3 manage.py migrate
-
Run
python3 manage.py run 0.0.0.0:8000
-
take out your browser
127.0.0.1:8000