Giter Site home page Giter Site logo

hello-blog-by-django's Introduction

Hello Blog by Django

Features

  • 支持Markdown格式发布文章
  • 支持代码高亮
  • 支持普通用户注册和登录
  • 支持注册成功发送邮件通知
  • 支持普通用户在线编辑、删除文章
  • 支持修改用户头像
  • 支持全文搜索
  • 支持分类和标签筛选文章

Usage

一般情况下,我们都会创建一个虚拟环境去开发一个新项目,你可以选择 virtualenv 或者 pyenv,至于如何安装使用,请自行Google。配置好开发环境之后,就执行下面的命令:

$ git clone https://github.com/LooEv/Hello-Blog-by-Django.git
$ cd Hello-Blog-by-Django
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py rebuild_index
$ python manage.py runserver 127.0.0.1:8001

Warning

需要适当修改 settings.py 文件才能成功运行这个项目,请注意。

博客系统正在不断更新中...

网站部署在pythonanywhere上面,这是网站链接http://fromlooq.pythonanywhere.com/

hello-blog-by-django's People

Contributors

looev 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.