Project

General

Profile

Revision 20367931

ID20367931826425cf944d798b717c132dfae9ab42
Parent ed374445
Child 089dfbc2

Added by Thomas ANDREJAK almost 15 years ago

Réorganisation du code (controllers, etc)
Mise en place d'un système de plugin pour ajouter des colonnes à la volée
Internationalisation complète
Création de quelques tests

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

View differences:

production.ini
21 21
[app:main]
22 22
use = egg:vigiboard
23 23
full_stack = true
24
#lang = ru
24
#lang = fr
25 25
cache_dir = %(here)s/data
26 26
beaker.session.key = vigiboard
27 27
beaker.session.secret = somesecret
......
33 33
#beaker.session.data_dir = %(here)s/data/sessions
34 34

  
35 35
# DB
36
sqlalchemy.url=mysql://root:tandreja@localhost:3306/newdb
36
sqlalchemy.url=mysql://root:tandreja@localhost:3306/vigiboard
37 37
#echo shouldn't be used together with the logging module.
38 38
sqlalchemy.echo = false
39 39
sqlalchemy.echo_pool = false

Also available in: Unified diff