码迷,mamicode.com
首页 > 其他好文 > 详细

xampp添加 django支持

时间:2017-03-24 00:19:42      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:apache   css   rip   支持   director   pytho   pac   wsgi   dir   

apache配置文件中添加

WSGIScriptAlias /chatbot1 /Users/css/djangoprojects/chatbot1/chatbot1/wsgi.py
WSGIPythonPath /Users/css/djangoprojects/chatbot1/

<Directory /Users/css/djangoprojects/chatbot1/chatbot1>
<Files wsgi.py>
Require all granted
</Files>
</Directory>

chatbot1对应所建django项目文件夹

xampp添加 django支持

标签:apache   css   rip   支持   director   pytho   pac   wsgi   dir   

原文地址:http://www.cnblogs.com/xqnq2007/p/6607750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!