摘要:
from django.template import Context,TemplatetextTemplate=""" {{time}} {{MsgId}} {{AgentID}} """ def response_text(self,msg): ... 阅读全文
摘要:
第一步 指定一下登陆url。url(r'^accounts/login/$', include(xadmin.site.urls)),由于我用的xadmin故而指向了xadmin,如果使用默认的adminsite,可做如下配置url(r'^accounts/login/$', 'django.contrib.auth.views.login'),这样的话,如果未登录,程序会默认跳转到“templa... 阅读全文