PyAlchemyBiz a small business web application based on Pylons and SQLAlchemy
Iet uz failu
Jan Dittberner d86d2349af switch to explicit routing 2009-03-17 22:38:39 +01:00
data/dbrepo add salutation table as specified in DataTypeSalutation 2009-03-14 22:47:20 +01:00
docs move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
pyalchemybiz switch to explicit routing 2009-03-17 22:38:39 +01:00
pyalchemybiz.egg-info move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
.gitignore add salutation table as specified in DataTypeSalutation 2009-03-14 22:47:20 +01:00
MANIFEST.in move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
README.txt initial Pylons code (fixes #3) 2008-10-05 15:23:54 +00:00
development.ini add salutation table as specified in DataTypeSalutation 2009-03-14 22:47:20 +01:00
setup.cfg move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
setup.py move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
test.ini move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00

README.txt

This file is for you to describe the pyalchemybiz application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``pyalchemybiz`` using easy_install::

    easy_install pyalchemybiz

Make a config file as follows::

    paster make-config pyalchemybiz config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.