Skip to content

HSEFZ-technician/HSEFZ-club-selection

 
 

Repository files navigation

Course Selection System for No.2 High School of East China Normal University

Built by xiaoyaowudi, modified by aeilot.

Installation

Run the following codes:

pip install -r requirements.txt

Usage

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!

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • HTML 28.4%
  • CSS 7.7%
  • JavaScript 6.8%
  • Shell 0.1%