Project

General

Profile

Actions

AQuickTutorial » History » Revision 1

Revision 1/10 | Next »
Aurynn Shaw, 11/19/2008 04:46 PM


= Simpycity in a Hurry =
And what to expect when you use it.

Setup

First, set up Simpycity:

{{{
from simpycity.core import Function, Query, Raw
from simpycity import config

config.host = 'localhost'
config.port = 5432
config.
}}}

Updated by Aurynn Shaw over 15 years ago · 1 revisions