summaryrefslogtreecommitdiff
path: root/app/modules/forms.py
blob: 7e4acde64714abcdb5c6f4246ed26af612e74ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- mode: python; -*-

"""Form class attribute names must match model class attribute names
for proper request.form dictionary splatting.

"""

from .customers.forms import AddCustomer
from .ferti.forms import AddFertiLog, AddFertiTarget
from .invoices.forms import AddInvoice
from .products.forms import AddProduct
Copyright 2019--2024 Marius PETER