From e38fca619c6865a22439b504073bb575dbb6fbc2 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Sat, 22 Dec 2018 10:36:17 +0100 Subject: [PATCH] passage pyramid 1.10 --- mondumas.egg-info/PKG-INFO | 6 +++--- mondumas.egg-info/SOURCES.txt | 2 ++ mondumas.egg-info/requires.txt | 10 +++++----- mondumas/templates/layouts/global_layout.pt | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/mondumas.egg-info/PKG-INFO b/mondumas.egg-info/PKG-INFO index 24f21d2..0c05da4 100644 --- a/mondumas.egg-info/PKG-INFO +++ b/mondumas.egg-info/PKG-INFO @@ -9,16 +9,16 @@ License: UNKNOWN Description: # README # - Application web permettant aux personnels de l'entreprise Dumas d'accéder aux dossiers des clients + Application web permettant aux personnels de l'entreprise Dumas d'accéder aux dossiers des clients - Développé avec : + Développé avec : - Pyramid Framework - MySQL - Chameleon - * [Exemple d'une comptabilité simple] (http://perso.numericable.fr/assoc1901/droit/comptabilite1.htm) + * [Exemple d'une comptabilité simple] (http://perso.numericable.fr/assoc1901/droit/comptabilite1.htm) * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) diff --git a/mondumas.egg-info/SOURCES.txt b/mondumas.egg-info/SOURCES.txt index 416ba65..c757d95 100644 --- a/mondumas.egg-info/SOURCES.txt +++ b/mondumas.egg-info/SOURCES.txt @@ -21,10 +21,12 @@ mondumas.egg-info/top_level.txt mondumas/models/__init__.py mondumas/models/agenda.py mondumas/models/default.py +mondumas/models/dossier.py mondumas/models/parametres.py mondumas/scripts/__init__.py mondumas/views/__init__.py mondumas/views/agenda.py mondumas/views/default.py +mondumas/views/dossier.py mondumas/views/notfound.py mondumas/views/parametres.py \ No newline at end of file diff --git a/mondumas.egg-info/requires.txt b/mondumas.egg-info/requires.txt index 2555866..61ca4ab 100644 --- a/mondumas.egg-info/requires.txt +++ b/mondumas.egg-info/requires.txt @@ -1,16 +1,16 @@ -SQLAlchemy -docutils -mysqlclient pyramid pyramid_chameleon pyramid_debugtoolbar pyramid_layout pyramid_mailer pyramid_tm -python-dateutil +SQLAlchemy transaction -waitress zope.sqlalchemy +waitress +mysqlclient +python-dateutil +docutils [testing] WebTest>=1.3.1 diff --git a/mondumas/templates/layouts/global_layout.pt b/mondumas/templates/layouts/global_layout.pt index a8081ba..09cb69c 100644 --- a/mondumas/templates/layouts/global_layout.pt +++ b/mondumas/templates/layouts/global_layout.pt @@ -97,7 +97,7 @@