Deployment¶
The following is a sample WSGI script for mod_wsgi:
from paste.deploy import loadapp application = loadapp("config:/path/to/your/config.ini")
Posted via web from 原宿工業大学 | Comment »
Deployment¶
The following is a sample WSGI script for mod_wsgi:
from paste.deploy import loadapp application = loadapp("config:/path/to/your/config.ini")
Posted via web from 原宿工業大学 | Comment »