Skip to content

Django web app to manage a SC2 league modeled off the GSL format.

License

Notifications You must be signed in to change notification settings

biddellns/litsl

Repository files navigation

Django web app to manage SC2 leagues modeled off the GSL format.

Installation

This application relies on environment variables for secret settings. You will need to initialize:

Django Settings

DJANGO_SETTINGS_MODULE *(Recommended: litsl.settings.local)*
SECRET_KEY
ALLOWED_HOSTS *(Recommended: "'127.0.0.1', 'localhost'")*

To use Battle.net API with Django-Allauth

BNET_KEY
BNET_SECRET
BNET_REDIRECT_URI_Base *(Your site)*

If using PostgreSQL

DB_NAME
DB_USER
DB_USER_PW

Libraries

About

Django web app to manage a SC2 league modeled off the GSL format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published