Giter Site home page Giter Site logo

my_blog_tutorial's Introduction

注意: 本人博客已更改域名至 http://andrewliu.in , 所有博客文章都已经迁移至新域名, 抱歉.

Overview

**The Tutorial ** which guild how to develop a Blog by Django, It will update with learing.

Requirements

  • Mac OS X 10.10.1 #非必要
  • Python3.4.2
  • Django1.7.1
  • Bootstrap3.3.0 or Pure #非必要
  • Sublime Text 3 #非必要
  • virtualenv 1.11.6

Install

$ git clone https://github.com/Andrew-liu/my_blog_tutorial

or

$ git clone [email protected]:Andrew-liu/my_blog_tutorial.git

Usage

You can use the example of blog simply, just to do below:

$ cd my_blog_tutorial
$ pip install -r requirements.txt  #安装所有依赖
$ python manage.py migrate
$ python manage.py runserver

open the website(chrome best) and input
http://127.0.0.1:8000/

关于在windows环境下依赖项的安装注意项:
1.windows环境下,psycopg2需要安装对应的windows版本
    http://pythonhosted.org//psycopg2/install.html#install-from-a-package
2.django-toolbelt依赖于psycopg和其它的几个包,注意安装顺序
    https://pypi.python.org/pypi/django-toolbelt/0.0.1

More Detail

整个博客开发过程, 已经整理成书, 欢迎阅读

Done

  1. Django-bootstrap-admin优化后台管理, Pure只做前端
  2. markdown和代码高亮
  3. 多说评论
  4. aboutme功能建设完成
  5. 分类
  6. 标签(需要完善)
  7. 归档
  8. 搜索
  9. read more功能
  10. RSS功能
  11. 分页功能

TO DO

如果您觉得我的文章对您有帮助欢迎微信扫码捐助.

捐赠

License

Copyright (c) 2014 Andrew Liu

Licensed under the MIT License

my_blog_tutorial's People

Contributors

andrew-liu avatar bryant1410 avatar dualc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.