Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

michalg91/django-league

Repository files navigation

django-league

Django app which makes easy to create sports team website

Requirements

Django == 1.9.7

Python >= 3

Installation

Download app to your project and enable it in INSTALLED_APPS

Then include urls in urls.py

url(r'^league/', include('league.urls', namespace='league')),

About

Django app to make team site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published