-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置完urls后运行项目如图 #50
Comments
老师你好 又碰到新问题了,我现在想进admin的页面也是这个首页,url的代码如下:
from django.contrib import admin
from django.conf.urls import url urlpatterns = [ 大概是什么原因造成的呢?url这块是按照书本配置的 |
我访问127.0.0.1:8000/admin也是跟上图一样的首页,根本没有跳转到后台管理界面 |
这个不太可能吧。。有报错信息吗? |
麻烦老师看下
The text was updated successfully, but these errors were encountered: