bornhack-website/src/teams/apps.py
Víðir Valberg Guðmundsson 5d4c4952d5 Teams (#100)
* Initial model for volunteers app.

* Rename Volunteers to Teams. Add view and templates.

* Adding detail page.
2017-03-31 17:29:28 +02:00

6 lines
85 B
Python

from django.apps import AppConfig
class TeamsConfig(AppConfig):
name = 'teams'