This is a Readme File for Yuanpei Underground System. This repository inherits from the online version on 23, May, 2021.
If you wish to add new functions or to modify the code, consider raise an Issue or open a Pull Request.
If you are new, you need to :
(1) setup django environment, plesae see workfile/env.yaml
.
(2) install mysql, and create database according to settings.py
.
(3) run python manage.py makemigrations
, python manage.py migrate
.
(4) start coding!