Project

General

Profile

Revision 34daaff8

ID34daaff8a87b2f1f362166b0a6ccb9865063891e
Parent eb0b8514
Child a6953cc6

Added by Gabriel DE PERTHUIS almost 15 years ago

DB configuration, needs more primary keys for postgresql compat.

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

View differences:

development.ini
33 33
#beaker.cache.data_dir = %(here)s/data/cache
34 34
#beaker.session.data_dir = %(here)s/data/sessions
35 35

  
36
# DB - sqlite for dev
37
sqlalchemy.url = sqlite:///%(here)s/devdata.db
36
# DB - sqlite fails, not postgresql ready, use mysql for now
37
#sqlalchemy.url = sqlite:///%(here)s/devdata.db
38
#sqlalchemy.url=mysql://vigiboard:penmdor@localhost/vigiboard
39
sqlalchemy.url=postgres://vigiboard@localhost/vigiboard
38 40
#sqlalchemy.url=mysql://root:tandreja@localhost:3306/vigiboard
39 41
#echo shouldn't be used together with the logging module.
40 42
sqlalchemy.echo = false
setup.py
24 24
        
25 25
        "repoze.what-quickstart >= 1.0",
26 26

  
27
	# Requires postgresql8.3-devel for source install
28
        "psycopg2",
27 29
        "MySQL-python",
28 30
        "tw.jquery",
29 31
                ],

Also available in: Unified diff