symposion_app/docs/views.rst

42 lines
689 B
ReStructuredText
Raw Normal View History

2016-04-26 00:52:56 +00:00
User-facing views
=================
View functions
--------------
2016-04-25 00:15:13 +00:00
Here's all of the views that Registrasion exposes to the public.
2016-04-25 00:15:13 +00:00
.. automodule:: registrasion.views
:members:
2016-04-25 03:15:06 +00:00
2016-04-26 00:52:56 +00:00
Data types
~~~~~~~~~~
.. automodule:: registrasion.controllers.discount
.. autoclass:: DiscountAndQuantity
2016-04-25 03:15:06 +00:00
Template tags
-------------
Registrasion makes template tags available:
.. automodule:: registrasion.templatetags.registrasion_tags
:members:
2016-04-26 00:52:56 +00:00
Rendering invoices
------------------
You'll need to render the following Django models in order to view invoices.
.. automodule:: registrasion.models.commerce
.. autoclass:: Invoice
.. autoclass:: LineItem
See also: :class:`PaymentBase`