Changes

Jump to navigation Jump to search
5 bytes removed ,  16:21, 13 February 2016
no edit summary
Line 1: Line 1:  
Pyramid with postgresql and SQLAlchemy<br />
 
Pyramid with postgresql and SQLAlchemy<br />
 
Requirements
 
Requirements
* PostgreSQL
+
* PostgreSQL
       
== Postgresql database config ==
 
== Postgresql database config ==
 
in production.ini and development.in set:
 
in production.ini and development.in set:
sqlalchemy.url = postgresql://indeed:123qwe@localhost/indeed
+
sqlalchemy.url = postgresql://user:password@host/indeed

Navigation menu