Added forms.alchemy module and changed CRUD view to use it.

This commit is contained in:
Lance Edgar 2013-09-10 09:45:01 -07:00
parent 716f3cbd71
commit 73686b822f
3 changed files with 83 additions and 6 deletions

View file

@ -27,5 +27,6 @@ Forms
"""
from .simpleform import *
from .alchemy import *
from .fields import *
from .renderers import *