passage pyramid 1.10
This commit is contained in:
@@ -9,16 +9,16 @@ License: UNKNOWN
|
|||||||
Description: # README #
|
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
|
- Pyramid Framework
|
||||||
- MySQL
|
- MySQL
|
||||||
- Chameleon
|
- 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)
|
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
||||||
|
|
||||||
|
|||||||
@@ -21,10 +21,12 @@ mondumas.egg-info/top_level.txt
|
|||||||
mondumas/models/__init__.py
|
mondumas/models/__init__.py
|
||||||
mondumas/models/agenda.py
|
mondumas/models/agenda.py
|
||||||
mondumas/models/default.py
|
mondumas/models/default.py
|
||||||
|
mondumas/models/dossier.py
|
||||||
mondumas/models/parametres.py
|
mondumas/models/parametres.py
|
||||||
mondumas/scripts/__init__.py
|
mondumas/scripts/__init__.py
|
||||||
mondumas/views/__init__.py
|
mondumas/views/__init__.py
|
||||||
mondumas/views/agenda.py
|
mondumas/views/agenda.py
|
||||||
mondumas/views/default.py
|
mondumas/views/default.py
|
||||||
|
mondumas/views/dossier.py
|
||||||
mondumas/views/notfound.py
|
mondumas/views/notfound.py
|
||||||
mondumas/views/parametres.py
|
mondumas/views/parametres.py
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
SQLAlchemy
|
|
||||||
docutils
|
|
||||||
mysqlclient
|
|
||||||
pyramid
|
pyramid
|
||||||
pyramid_chameleon
|
pyramid_chameleon
|
||||||
pyramid_debugtoolbar
|
pyramid_debugtoolbar
|
||||||
pyramid_layout
|
pyramid_layout
|
||||||
pyramid_mailer
|
pyramid_mailer
|
||||||
pyramid_tm
|
pyramid_tm
|
||||||
python-dateutil
|
SQLAlchemy
|
||||||
transaction
|
transaction
|
||||||
waitress
|
|
||||||
zope.sqlalchemy
|
zope.sqlalchemy
|
||||||
|
waitress
|
||||||
|
mysqlclient
|
||||||
|
python-dateutil
|
||||||
|
docutils
|
||||||
|
|
||||||
[testing]
|
[testing]
|
||||||
WebTest>=1.3.1
|
WebTest>=1.3.1
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="well">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user