Add StoreFieldRenderer.

Also try to set a good pattern for going forward..
This commit is contained in:
Lance Edgar 2015-07-15 23:18:53 -05:00
parent 5cbccb175a
commit 21486a5e55
4 changed files with 52 additions and 7 deletions

View file

@ -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