We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993631c commit 1caac5aCopy full SHA for 1caac5a
docs/source/_images/sponsors-db.png
600 KB
docs/source/administration.rst
@@ -106,6 +106,13 @@ they represent:
106
:contract.py: The `Contract` model which is used to generate the final contract document and other
107
support models;
108
109
+.. image:: _images/sponsors-db.png
110
+ :alt: Sponsors app's database schema
111
+
112
+The sponsors app is mostly an administrative one. Its only part that regular uses can interact with is
113
+the sponsorship application form, available at ``/sponsors/application/new/``. Despite that, every
114
+administrative operation should be done via admin actions buttons in both ``Sponsorship`` and ``Contract``
115
+models.
116
117
Events
118
------
0 commit comments