grokcore.startup

Paster support for Grok projects.


Keywords
zope, zope3, grok, grokproject, WSGI, Paste, paster
License
Other
Install
pip install grokcore.startup==4.0

Documentation

grokcore.startup
****************

This package provides elements for starting a `Grok`_ project with
`paster`_ and `WSGI`_.

.. contents::

Setting up ``grokcore.startup``
===============================

There is nothing special to setup this package.

All you have to do is, to make this package available during runtime.

With `zc.buildout`_ or other `setuptools`_-related setups this can be
done by simply adding the package name ``grokcore.startup`` to the
required packages of your project in ``setup.py``.