logo头像
Snippet 博客主题

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using ...

django

开启新项目创建项目cd 到一个你想放置你代码的目录,然后运行以下命令: $ django-admin startproject mysite运行: $ python manage.py runserver更换端口: $ python ...