Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 2.21 KB

api.rst

File metadata and controls

99 lines (60 loc) · 2.21 KB

Django HTCPCP-TEA API

Below is an extremely terse summary of the API exposed by Django HTCPCP-TEA.

Models

django_htcpcp_tea.models.Pot

django_htcpcp_tea.models.TeaType

django_htcpcp_tea.models.Addition

django_htcpcp_tea.models.ForbiddenCombination

Views

django_htcpcp_tea.views

Decorators

django_htcpcp_tea.decorators

Settings

django_htcpcp_tea.settings

htcpcp_settings

Access to the Django HTCPCP-TEA settings should be done through this instance.

Utils

django_htcpcp_tea.utils