Add StoreFieldRenderer
.
Also try to set a good pattern for going forward..
This commit is contained in:
parent
5cbccb175a
commit
21486a5e55
4 changed files with 52 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2012 Lance Edgar
|
||||
# Copyright © 2010-2015 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -21,7 +20,6 @@
|
|||
# along with Rattail. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
"""
|
||||
Forms
|
||||
"""
|
||||
|
@ -30,3 +28,5 @@ from .simpleform import *
|
|||
from .alchemy import *
|
||||
from .fields import *
|
||||
from .renderers import *
|
||||
|
||||
from tailbone.forms import renderers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue