Built by xiaoyaowudi, modified by aeilot.
Run the following codes:
pip install -r requirements.txt
Setup DB: (We are using MariaDB 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!