2018年10月19日

在 apache 配置 python-django

摘要: 1,在wsgi.py 添加 import sys root_path= os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) sys.path.insert(0,root_path) 2, settings.py ALLOWED 阅读全文

posted @ 2018-10-19 14:57 奔跑的葛根 阅读(234) 评论(0) 推荐(0)

导航