美文网首页
Django初探

Django初探

作者: 有苦向瓜诉说 | 来源:发表于2017-05-09 21:53 被阅读9次

    坑:
    setting 把templates和static放进去,
    'DIRS': [BASE_DIR+"/templates",],
    STATICFILES_DIRS = (os.path.join(BASE_DIR,'static'),)

    url中 url(r'^index/', index), 逗号一定要有

    如果让其他珠玑访问 ALLOWED_HOSTS = ['192.168.0.107']

    相关文章

      网友评论

          本文标题:Django初探

          本文链接:https://www.haomeiwen.com/subject/htuitxtx.html