随笔分类 -  django ops

摘要:Internal Server Error: /demo/machineinfo.htmlTraceback (most recent call last): File "C:\Python27\lib\site-packages\django\core\handlers\exception.py" 阅读全文
posted @ 2018-08-31 17:26 monster_ygs 阅读(1343) 评论(0) 推荐(0)
摘要:通过django自带的类库,来加密解密很方便,下面来简单介绍下; 导入包: from django.contrib.auth.hashers import make_password, check_password make_password 是生成密码 check_password是效验密码 ma 阅读全文
posted @ 2018-08-31 13:33 monster_ygs 阅读(2413) 评论(0) 推荐(0)