随笔分类 -  django

note for learning django
摘要:"GET /?next=/%3Fnext%3D/%253Fnext%253D/ HTTP/1.1" 302 0 "solution reference" @login_required官网解释:If the user isn’t logged in, redirect to settings.LOG 阅读全文
posted @ 2018-04-12 13:56 随便了888 阅读(2481) 评论(0) 推荐(0)
摘要:"django authentication" "django session expiry" login and logout view.py login index.html logout.html urls.py 阅读全文
posted @ 2018-04-10 23:29 随便了888 阅读(246) 评论(0) 推荐(0)
摘要:"doc link" "uwsgi link" "video link" 阅读全文
posted @ 2018-03-08 17:54 随便了888 阅读(110) 评论(0) 推荐(0)
摘要:"proxy website" "proxy ip video" "reference example" "unblock methods" "hide ip" "jianshu Anti reptile" "jianshu dynamic proxy" "requests" 阅读全文
posted @ 2018-02-11 15:45 随便了888 阅读(129) 评论(0) 推荐(0)
摘要:my project is web my app is personal app->models.py app->views.py app->urls.py app->templates->app->pyecharts.html 访问地址:http://127.0.0.1:8000/pe refer 阅读全文
posted @ 2018-01-25 14:48 随便了888 阅读(418) 评论(0) 推荐(0)
摘要:#!/usr/bin/python # -*- coding:utf-8 -*- # @filename: search # @author:wwx399777 wuweiji # @date: 2018/1/25 9:35 import pymysql import pyecharts from datetime import datetime import pandas as pd im... 阅读全文
posted @ 2018-01-24 10:45 随便了888 阅读(337) 评论(0) 推荐(0)
摘要:dirctoryvickey_django vickey(projectname) vickey __init__.py __pycache__ settings.py urls.py wsgi.py website(appname) admin.py apps.py __init__.py m... 阅读全文
posted @ 2017-08-20 17:04 随便了888 阅读(184) 评论(0) 推荐(0)
摘要:Linux下安装Python3和django并配置mysql作为django默认服务器 CentOS7.3安装Python3.6 yum except KeyboardInterrupt, e: 错误 Linux系统下修改环境变量PATH路径的三种方法 CentOS上部署Django http:// 阅读全文
posted @ 2017-06-18 16:12 随便了888 阅读(146) 评论(0) 推荐(0)
摘要:django标签 {% if/for/ifequal/ifnotequal condition %} ...{{ name|first|lower}}{# interpretation:lower the first word of name #} {% endif/endfor/endifequa 阅读全文
posted @ 2017-05-22 15:40 随便了888 阅读(199) 评论(0) 推荐(0)
摘要:进入cmd界面 1、安装虚拟环境 pip install virtualenv 2、创建虚拟环境 virtualenv django_basic_venv 3、使用虚拟环境 ..\django_basic_venv\Scripts\activate 4、在虚拟环境中安装django pip inst 阅读全文
posted @ 2017-05-19 00:01 随便了888 阅读(135) 评论(0) 推荐(0)
摘要:1、安装 pip install django (下载最新版本) 检查版本 cmd 进入python环境 >>>imoport django >>>django.get_vision() OR >>>django.VERSION 2、创建项目(菜鸟教程笔记http://www.runoob.com/ 阅读全文
posted @ 2017-05-17 23:34 随便了888 阅读(187) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示