最赞回答 / ukeedy
嗯
blog/urls.py还需要 import一下 re_pathfrom django.urls import path,re_pathre_path(r'^article/(?P<article_id>[0-9]+)$',views.article_page,name='article_id'),<...图片...>
2018-06-09
最新回答 / 林庭_snowfox_1992
<...图片...>这是提示错误信息
from django.shortcuts import render from django.http import HttpResponse from . import models # Create your views here. def index(request): articles = models.Article.objects.all() ...
2018-06-06
最赞回答 / 是细雨如愁
确保安装了mysql安装了模块pymysql(pip install pymysql)修改settings.py
import pymysql pymysql.install_as_MySQLdb() DATABASES = { 'default': { 'ENGINE':'django.db.backends.mysql', 'NAME':'mytest...
2018-06-05
最新回答 / 慕移动9181930
非常感谢!这就是我问的bandle的意思。我回头试试说得很清楚啊,/Applications/Xcode6-Beta2.app/Contents/Developer这个位置找不到,beta3你改成beta3的目录就好了,不要告诉我你不知道哦怎么用3替换2.
2018-06-05