Skip to content

Brucetg/blog_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Django 简易博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published