Tournament Software (specifically for gaming/eSports and PAX)
This is an in-development tournament software to make running tournaments much easier.
- Drop the tournament folder in your new Django project directory
- Add 'tournament' to
INSTALLED_APPS
in settings.py - Add the absolute directory of the extracted tournament folder to the
TEMPLATE_DIRS
configuration array - Add
(r'', include('tournament.urls')),
to the end of the urlpatterns array in your urls.py (or a similar regex)