11craft / twitabit

Example application written using Schevo and Pylons

This URL has Read+Write access

twitabit / README.txt
100644 20 lines (11 sloc) 0.455 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This file is for you to describe the Twitabit application. Typically
you would include information such as the information below:
 
Installation and Setup
======================
 
Install ``Twitabit`` using easy_install::
 
    easy_install Twitabit
 
Make a config file as follows::
 
    paster make-config Twitabit config.ini
 
Tweak the config file as appropriate and then setup the application::
 
    paster setup-app config.ini
 
Then you are ready to go.