Added more doctstrings to functions and classes

This commit is contained in:
Antonio de la Rosa 2022-03-16 01:21:33 +01:00
parent 799cfe2125
commit 131e93c679
3 changed files with 104 additions and 1 deletions

View file

@ -21,7 +21,7 @@ class GenerateAdminClass:
t (PTemplate): Template used for the class. Normally template subclassed from admin_t PTemplate
Attributes:
model (WebModel) The webmodel used for generatre the admin model form
model (WebModel) The webmodel used for generate the admin model form
t (PTemplate): Template used for the class. Normally template subclassed from admin_t PTemplate
list (SimpleList): A SimpleList class used for generate the listing
arr_fields_edit (list): A list with the fields that the user can edit