Skip to content

Commit

Permalink
simple edits to readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia committed Feb 24, 2012
1 parent ac1b8c5 commit 0ff54ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Appsembler Pyramid Apps

Sample Pyramid applications that run in appsembler.

http://www.appsembler.com


2 changes: 1 addition & 1 deletion birdie/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Birdie

Simple twitter clone with Pyramid.


It uses sqlite, so data is not persistent across restarts.

2 changes: 1 addition & 1 deletion karl/start_karl.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var = %%(here)s/../var
[instance:pg]
dsn = dbname='%(name)s' user='postgres' host='%(host)s' password='K47eGq5yeO'
dsn = dbname='%(name)s' user='%(user)s' host='%(host)s' password='%(password)s'
repozitory_db_string = postgresql://%(user)s:%(password)s@%(host)s:%(port)s/%(name)s
"""

Expand Down

0 comments on commit 0ff54ec

Please sign in to comment.