2015年1月8日

捕捉攻击者

摘要: pip install django-admin-honeypotAdd admin_honeypot to INSTALLED_APPSurl(r'^admin/', include('admin_honeypot.urls', namespace='admin_honeypot')),url(r... 阅读全文

posted @ 2015-01-08 16:05 颓废的悠然 阅读(244) 评论(0) 推荐(0) 编辑

django user模块改写

摘要: 示例一:继承AbstractBaseUser,AbstractBaseUser只有三个字段password,last_login,is_active,以及需要复习的两个方法def get_full_name(self): raise NotImplementedError()def g... 阅读全文

posted @ 2015-01-08 14:05 颓废的悠然 阅读(869) 评论(0) 推荐(0) 编辑

Basic REST API Design

摘要: 阅读全文

posted @ 2015-01-08 13:58 颓废的悠然 阅读(105) 评论(0) 推荐(0) 编辑

{% load staticfiles %}

摘要: 原先写法{# #}不使用路径写法,方便settings改配置static写法{% load staticfiles %}{%block%}里如果要继承上述文件可以使用{{block.super}} 阅读全文

posted @ 2015-01-08 10:13 颓废的悠然 阅读(10326) 评论(0) 推荐(0) 编辑

导航