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:

test.ini
16 16
port = 5000
17 17

  
18 18
[app:main]
19
sqlalchemy.url = sqlite:///:memory:
19
sqlalchemy.url=mysql://root:tandreja@localhost:3306/vigiboard_test
20
#sqlalchemy.url = sqlite:///:memory:
20 21
use = config:development.ini
21 22

  
22 23
[app:main_without_authn]
23 24
use = main
24 25
skip_authentication = True
25 26

  
26
# Add additional test specific configuration options as necessary.

Also available in: Unified diff