skeleton/views.py.tmpl
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Wed, 02 Sep 2015 15:24:46 +0200
changeset 10584 743ed2b13a6f
parent 8207 c04676b16c59
permissions -rw-r--r--
[syncschema] only add to the `synchronized` set if all possible updates have been done Otherwise a simple sync_schema(syncprops=False) turns the subsequent sync_schema() calls into a no-op. Closes #6510918.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s views/forms/actions/components for web ui"""