Project

General

Profile

Revision 6a7fa300

ID6a7fa3004f267e0df2a227d07902162257452b3c
Parent b02623ff
Child c2122f56

Added by Francois POIROTTE over 13 years ago

Utilisation du nouveau schema "postgresql" à la place de "postgres" pour les interfaces

Ce changement assure la compatibilité ascendante avec SQLAlchemy 0.6.x ("postgres" a été marqué deprecated).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6522 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
75 75
# If you have sqlite, here's a simple default to get you started
76 76
# in development
77 77

  
78
sqlalchemy.url=postgres://vigilo:vigilo@127.0.0.1/vigilo
78
sqlalchemy.url=postgresql://vigilo:vigilo@127.0.0.1/vigilo
79 79
#sqlalchemy.url = sqlite:///%(here)s/devdata.db
80 80
#echo shouldn't be used together with the logging module.
81 81
sqlalchemy.echo = false

Also available in: Unified diff