index
:
workshop_booking/.git
master
Workshop booking interface in Django.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teams
/
apps.py
blob: 17954d66b4077f643ead547df63eeb0d51aebcaa (
plain
)
1
2
3
4
5
from django.apps import AppConfig class TeamsConfig(AppConfig): name = 'teams'