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:

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

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

Also available in: Unified diff