Built by aeilot and xiaoyaowudi.
所有干事都必须创建 PR 进行代码修改!!!不得直接在主 branch 上 commit!!!谢谢!
Assistants MUST not directly commit changes to the main branch. It's proposed that they create PRs to propose a change.
Run the following codes:
pip install -r requirements.txt
Setup DB: (We are using MariaDB/MySQL as the database)
Before this step, make sure you've set up a local DB server and made changes in the club_main/settings.py
file. (Specify the server info)
python manage.py makemigrations club
python manage.py migrate
Create superuser:
python manage.py createsuperuser
Run the server:
python manage.py runserver
And that's it!