Skip to content

Commit 1caac5a

Browse files
committed
Add png with sponsors DB schema to the docs
1 parent 993631c commit 1caac5a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/source/_images/sponsors-db.png

600 KB
Loading

docs/source/administration.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ they represent:
106106
:contract.py: The `Contract` model which is used to generate the final contract document and other
107107
support models;
108108

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.
109116

110117
Events
111118
------

0 commit comments

Comments
 (0)