Simple contact form for Kotti sites
Project description
This is an extension to Kotti that allows to add a simple contact form to your site.
Development happens at https://github.com/chrneumann/kotti_contactform
Setup
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators = kotti_contactform.kotti_configure
kotti_contactform uses pyramid_mailer for sending mails and tries to use your mailserver at localhost:25. If these defaults don’t fit your needs, you have to configure pyramid_mailer: http://packages.python.org/pyramid_mailer/
Database upgrade
If you upgrade from version 0.1.0 to 0.1.1 you have to migrate your database. The migration is performed with alembic. For the migration you have to install alembic with:
$ python setup.py install
or rerun your buildout. The migration is performed with:
$ alembic -c development.ini upgrade head
For integration of alembic in your environment please refer to the alembic documentation. If you have problems with the upgrade, please create a new issue in the tracker.
History
0.1.1a1 - Unreleased
Attachment as optional setting.
Added database migration with stucco_evolution.
0.1.0b4 - 2012-05-21
Changed layout.
Added possibility for attachments.
0.1.0b3 - 2012-03-16
Update models to use Declarative for compatibility with Kotti >= 0.6.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for kotti_contactform-0.1.1a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 487c07dc5d62ff04cebf125041febe62b5c6e56e2aa065fce82311c1a67e57a7 |
|
MD5 | 3c9d6f56ceab7d235e0487db523ea53f |
|
BLAKE2b-256 | eaa94559cd8befec3878b9262e519b966dd7c518702a4ddc3c314abb21a3137d |