FesonX / myBlog

Django2.1 Learning Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myBlog

基于 Django 2.1 的个人博客.

Python3 | MySQL | Redis

访问网站: Welcome To FesonX's Blog 由于个人邮箱容易凉, 暂不提供修改密码功能, 有需要请自行 Fork 后测试, 在 Settings.py 修改.

功能

  1. 基本文章增删改(可根据作者/标签过滤文章)
  2. 页面流量统计功能, 基于Redis
  3. 评论功能

待完成

  1. 搜索功能
  2. 图片上传功能, 当前仅支持手动填写url, 可以上传至简书测试此功能
  3. 其他功能欢迎 pull request

Developed by Django 2.1

Python3 | MySQL | Redis

View the site:Welcome To FesonX's Blog

Features

  1. Basic Article Post/Edit/Delete
  2. Page View(PV) Based On Redis
  3. Comments

TO-DO

  1. Search
  2. Image Upload Function.(You should use image url now)
  3. Waiting for pull request...

Reference

The project can't develop without the following repositories.

  1. Django Documentation The official documentation built by Django.
  2. editor.md This repository makes the blog editor support Markdown.
  3. Django Practice Project
  4. Django-Taggit(zh-cn)
  5. JSON-js
  6. Python-slugify This repository helps create slugs from unicode strings.
  7. sorl-thumbnail Enable thumbnail for your Django project.
  8. mp-mansory.js

About

Django2.1 Learning Project


Languages

Language:JavaScript 55.1%Language:HTML 20.6%Language:CSS 20.5%Language:Python 3.7%