From f25e2cd6ad1adca49fd7d45c4913ad7e4036a8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D0=B5=D0=BF=D0=B0=D0=BD=D0=B5=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=20=D0=9E=D0=BB=D1=8C=D0=B3=D0=B0?= Date: Thu, 18 Feb 2021 09:23:11 +0300 Subject: [PATCH] Add forms documentation --- docs/source/code.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/code.rst b/docs/source/code.rst index 2d0af4e..246e791 100644 --- a/docs/source/code.rst +++ b/docs/source/code.rst @@ -6,6 +6,13 @@ Models :members: +****** +Forms +****** + +.. automodule:: main.forms + :members: + *************** Extra Functions ***************