AQuickTutorial » History » Version 1
Aurynn Shaw, 11/19/2008 04:46 PM
1 | 1 | Aurynn Shaw | = Simpycity in a Hurry = |
---|---|---|---|
2 | And what to expect when you use it. |
||
3 | |||
4 | == Setup == |
||
5 | |||
6 | First, set up Simpycity: |
||
7 | |||
8 | {{{ |
||
9 | from simpycity.core import Function, Query, Raw |
||
10 | from simpycity import config |
||
11 | |||
12 | config.host = 'localhost' |
||
13 | config.port = 5432 |
||
14 | config. |
||
15 | }}} |