Skip to content

Examples using z3c.saconfig, sqlalchemy, and z3c.form for creating database tables an forms for editing sql-based data.

Notifications You must be signed in to change notification settings

sunew/collective.saformsexample

Repository files navigation

collective.saformsexample

A demo of using sqlalchemy objects as a basis for z3c.form based forms.

Database connections: z3c.saconfig

A sqlalchemy object is defined to implement a zope interface. The forms are generated from this interface.

Examples

Setup:

  1. First create the database and the database user with the sql script in the packages mysql_scripts/
  2. Install the module in Plone. This creates the tabels defined in model/ in the database.
  3. Go to demodata-view/ in your browser to begin adding data.

About

Examples using z3c.saconfig, sqlalchemy, and z3c.form for creating database tables an forms for editing sql-based data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published