Added forms.alchemy
module and changed CRUD view to use it.
This commit is contained in:
parent
716f3cbd71
commit
73686b822f
3 changed files with 83 additions and 6 deletions
|
@ -27,5 +27,6 @@ Forms
|
|||
"""
|
||||
|
||||
from .simpleform import *
|
||||
from .alchemy import *
|
||||
from .fields import *
|
||||
from .renderers import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue