passage pyramid 1.10
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
<div id="footer">
|
||||
<div class="well">
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas</a></p>
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas, 49 Chemin du Bois – 69140 RILLIEUX LA PAPE</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user