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

Latest commit

 

History

History
14 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 297 Bytes

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')),