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",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Pserve",
|
"name": "Pserve",
|
||||||
"python": "/Users/phuoc/AppData/Local/Programs/Python/Python37",
|
"python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37",
|
||||||
"program": "/pyramid10/Scripts/pserve",
|
"program": "/pyramid/Scripts/pserve",
|
||||||
"args": [
|
"args": [
|
||||||
"-v",
|
"-v",
|
||||||
"development.ini"
|
"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
|
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
|
# sqlalchemy.url = mysql://phuoc:phuoc!@192.168.0.31/bddevfac?charset=utf8
|
||||||
|
|
||||||
mondumas.admin_email = cao.thien-phuoc@orange.fr
|
mondumas.admin_email = cao.thien-phuoc@orange.fr
|
||||||
|
|||||||
@@ -6,7 +6,15 @@ Home-page: UNKNOWN
|
|||||||
Author:
|
Author:
|
||||||
Author-email:
|
Author-email:
|
||||||
License: UNKNOWN
|
License: UNKNOWN
|
||||||
Description: # README #
|
Keywords: web wsgi bfg pylons pyramid
|
||||||
|
Platform: UNKNOWN
|
||||||
|
Classifier: Programming Language :: Python
|
||||||
|
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 :
|
Cette application web permet aux collaborateurs de l'entreprise Dumas :
|
||||||
|
|
||||||
@@ -49,10 +57,4 @@ Description: # README #
|
|||||||
|
|
||||||
- Initial version
|
- Initial version
|
||||||
|
|
||||||
Keywords: web wsgi bfg pylons pyramid
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Programming Language :: Python
|
|
||||||
Classifier: Framework :: Pyramid
|
|
||||||
Classifier: Topic :: Internet :: WWW/HTTP
|
|
||||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
||||||
Provides-Extra: testing
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pyramid_mailer
|
|||||||
pyramid_tm
|
pyramid_tm
|
||||||
SQLAlchemy
|
SQLAlchemy
|
||||||
transaction
|
transaction
|
||||||
zope.sqlalchemy
|
zope.sqlalchemy==1.1
|
||||||
waitress
|
waitress
|
||||||
mysqlclient
|
mysqlclient
|
||||||
docutils
|
docutils
|
||||||
@@ -14,6 +14,8 @@ pdfkit
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
user-agents
|
user-agents
|
||||||
xlrd
|
xlrd
|
||||||
|
image
|
||||||
|
pdfminer3
|
||||||
|
|
||||||
[testing]
|
[testing]
|
||||||
WebTest>=1.3.1
|
WebTest>=1.3.1
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -17,7 +17,7 @@ requires = [
|
|||||||
'pyramid_tm',
|
'pyramid_tm',
|
||||||
'SQLAlchemy',
|
'SQLAlchemy',
|
||||||
'transaction',
|
'transaction',
|
||||||
'zope.sqlalchemy',
|
'zope.sqlalchemy == 1.1',
|
||||||
'waitress',
|
'waitress',
|
||||||
'mysqlclient',
|
'mysqlclient',
|
||||||
'docutils',
|
'docutils',
|
||||||
@@ -25,6 +25,8 @@ requires = [
|
|||||||
'python-dateutil',
|
'python-dateutil',
|
||||||
'user-agents',
|
'user-agents',
|
||||||
'xlrd',
|
'xlrd',
|
||||||
|
'image',
|
||||||
|
'pdfminer3'
|
||||||
]
|
]
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
|
|||||||
Reference in New Issue
Block a user