Skip to content

Latest commit

 

History

History
53 lines (20 loc) · 873 Bytes

README.md

File metadata and controls

53 lines (20 loc) · 873 Bytes

blog_tutorial

参考: https://andrew-liu.gitbooks.io/django-blog/django_introduction.html

A Simple Blog With Python Django Framework

采用Python web开发框架 Django 写的一个简易博客

开发环境:Ubuntu 17.10         Sublime Text 3

     Python 3.6.3
     
     Django 1.11.4

   

安装Django :

pip install django==1.11.4

效果图:

1.主页:

Image text

2.后台登录页面:(http://127.0.0.1:8000/admin)

可使用命令 python manage.py createsuperuser 创建管理员用户:

Image text

  1. 后台

Image text