开始学Django,以前没有学过linux,安装了ubuntu虚拟机,根据慕课的Django初体验在llinux环境下载安装。
python sql http html&css 正则表达式
settings配置 urls wsgi和大型服务器接口
vi命令下 插入命令o光标下一行
settings目录配置urls vies.py下写helloworld
模板路径 blog/templates/blog.html
数据库创建表的时候 use makemigrations and migrate instead of syncdb
django admin 界面创建超级用户 python manage.py createsuperuser