Skip to content
/ mbmt Public
forked from mbhs/mbmt

The frontend and grading system for the Montgomery Blair Math Tournament.

Notifications You must be signed in to change notification settings

sZwX74/mbmt

 
 

Repository files navigation

MBMT

The Montgomery Blair Math Tournament is a math competition for middle school students in the Maryland area. This is the open source platform registration, logistics, and grading are hosted on.

Setup

To set up a development version of the site, clone the git repository and set up a virtual environment. Use Python 3, as that is the language this project is intended for. Also, make sure you're working on the current version branch through pull requests. Master reflects full releases and hot-fixes.

$ git clone git@github.com:mbhs/mbmt.git
$ cd mbmt
$ virtualenv env

Activate your virtual environment and install the dependencies. Activation varies by operating system.

$ source env/bin/activate    # unix
$ .\env\Scripts\activate    # windows 
$ pip install -r requirements.txt

Make migrations and migrate Django.

$ python manage.py makemigrations
$ python manage.py migrate

Run the server.

$ python manage.py runserver

About

The frontend and grading system for the Montgomery Blair Math Tournament.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • HTML 34.5%
  • JavaScript 4.1%
  • CSS 4.0%