Difference between revisions of "Pyramid"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "Pyramid with postgresql and SQLAlchemy<br /> Requirements * PostgreSQL == Postgresql database config == in production.ini and development.in set: sqlalchemy.url = postgresq...")
 
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

Revision as of 16:21, 13 February 2016

Pyramid with postgresql and SQLAlchemy
Requirements

  • PostgreSQL


Postgresql database config

in production.ini and development.in set:

sqlalchemy.url = postgresql://user:password@host/indeed