initial commit in branch caota_test
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -8,8 +8,8 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"name": "Pserve",
|
||||
"python": "/Users/phuoc/AppData/Local/Programs/Python/Python37",
|
||||
"program": "/pyramid10/Scripts/pserve",
|
||||
"python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37",
|
||||
"program": "/pyramid/Scripts/pserve",
|
||||
"args": [
|
||||
"-v",
|
||||
"development.ini"
|
||||
|
||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -1,3 +1,2 @@
|
||||
{
|
||||
"python.pythonPath": "C:\\pyramid10\\Scripts\\python.exe"
|
||||
}
|
||||
@@ -19,7 +19,7 @@ pyramid.includes =
|
||||
pyramid_tm
|
||||
|
||||
|
||||
sqlalchemy.url = mysql://phuoc:phuoc!@localhost/bddevfac?charset=utf8
|
||||
sqlalchemy.url = mysql://root:superbionicle@localhost/bddevfac?charset=utf8
|
||||
# sqlalchemy.url = mysql://phuoc:phuoc!@192.168.0.31/bddevfac?charset=utf8
|
||||
|
||||
mondumas.admin_email = cao.thien-phuoc@orange.fr
|
||||
|
||||
@@ -6,49 +6,6 @@ Home-page: UNKNOWN
|
||||
Author:
|
||||
Author-email:
|
||||
License: UNKNOWN
|
||||
Description: # README #
|
||||
|
||||
Cette application web permet aux collaborateurs de l'entreprise Dumas :
|
||||
|
||||
- de consulter et de gérer les dossiers des clients depuis leur tablette
|
||||
- de créer un rapport de fuite et le faire signer par le client
|
||||
|
||||
Elle est développée avec les composants open source suivants :
|
||||
|
||||
## Backend
|
||||
|
||||
- [Python](https://www.python.org/downloads/) 3.7
|
||||
- [Pyramid web framework](https://trypyramid.com/) 1.10
|
||||
- [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard
|
||||
- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch)
|
||||
|
||||
## Frontend
|
||||
|
||||
- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7
|
||||
- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1
|
||||
- Chameleon templates
|
||||
- [FormValidation](https://formvalidation.io/) form validator 0.7.0
|
||||
|
||||
## Jquery Plugins
|
||||
|
||||
- [DataTables](https://datatables.net/) 1.10.20
|
||||
- [Fullcalendar](https://fullcalendar.io/) 3.9.0
|
||||
- [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4
|
||||
- [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1
|
||||
- [jSignature](https://willowsystems.github.io/jSignature)
|
||||
- [less.js](http://lesscss.org/) 3.11.1
|
||||
- [moment.js](https://momentjs.com/) with-locales.min.js
|
||||
|
||||
|
||||
[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
||||
|
||||
|
||||
|
||||
0.0
|
||||
---
|
||||
|
||||
- Initial version
|
||||
|
||||
Keywords: web wsgi bfg pylons pyramid
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python
|
||||
@@ -56,3 +13,48 @@ Classifier: Framework :: Pyramid
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||
Provides-Extra: testing
|
||||
|
||||
# README #
|
||||
|
||||
Cette application web permet aux collaborateurs de l'entreprise Dumas :
|
||||
|
||||
- de consulter et de gérer les dossiers des clients depuis leur tablette
|
||||
- de créer un rapport de fuite et le faire signer par le client
|
||||
|
||||
Elle est développée avec les composants open source suivants :
|
||||
|
||||
## Backend
|
||||
|
||||
- [Python](https://www.python.org/downloads/) 3.7
|
||||
- [Pyramid web framework](https://trypyramid.com/) 1.10
|
||||
- [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard
|
||||
- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch)
|
||||
|
||||
## Frontend
|
||||
|
||||
- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7
|
||||
- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1
|
||||
- Chameleon templates
|
||||
- [FormValidation](https://formvalidation.io/) form validator 0.7.0
|
||||
|
||||
## Jquery Plugins
|
||||
|
||||
- [DataTables](https://datatables.net/) 1.10.20
|
||||
- [Fullcalendar](https://fullcalendar.io/) 3.9.0
|
||||
- [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4
|
||||
- [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1
|
||||
- [jSignature](https://willowsystems.github.io/jSignature)
|
||||
- [less.js](http://lesscss.org/) 3.11.1
|
||||
- [moment.js](https://momentjs.com/) with-locales.min.js
|
||||
|
||||
|
||||
[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
||||
|
||||
|
||||
|
||||
0.0
|
||||
---
|
||||
|
||||
- Initial version
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ pyramid_mailer
|
||||
pyramid_tm
|
||||
SQLAlchemy
|
||||
transaction
|
||||
zope.sqlalchemy
|
||||
zope.sqlalchemy==1.1
|
||||
waitress
|
||||
mysqlclient
|
||||
docutils
|
||||
@@ -14,6 +14,8 @@ pdfkit
|
||||
python-dateutil
|
||||
user-agents
|
||||
xlrd
|
||||
image
|
||||
pdfminer3
|
||||
|
||||
[testing]
|
||||
WebTest>=1.3.1
|
||||
|
||||
Reference in New Issue
Block a user