All Projects → myminwang → Myblog

myminwang / Myblog

Licence: agpl-3.0
Python+Django+MySQL 博客系统

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Myblog

Python Spider
豆瓣电影top250、斗鱼爬取json数据以及爬取美女图片、淘宝、有缘、CrawlSpider爬取红娘网相亲人的部分基本信息以及红娘网分布式爬取和存储redis、爬虫小demo、Selenium、爬取多点、django开发接口、爬取有缘网信息、模拟知乎登录、模拟github登录、模拟图虫网登录、爬取多点商城整站数据、爬取微信公众号历史文章、爬取微信群或者微信好友分享的文章、itchat监听指定微信公众号分享的文章
Stars: ✭ 615 (+133.84%)
Mutual labels:  mysql, django
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-80.61%)
Mutual labels:  mysql, django
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (+197.34%)
Mutual labels:  mysql, django
Yasql
基于Python开发的MySQL WEB版本的工单审核执行和SQL查询平台
Stars: ✭ 463 (+76.05%)
Mutual labels:  mysql, django
Online
Python3+Django+MySQL+Xadmin 在线学习平台
Stars: ✭ 113 (-57.03%)
Mutual labels:  mysql, django
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (+79.09%)
Mutual labels:  mysql, django
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-92.4%)
Mutual labels:  mysql, django
Crawl
selenium异步爬取网页图片
Stars: ✭ 13 (-95.06%)
Mutual labels:  mysql, django
Archer
基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像
Stars: ✭ 1,239 (+371.1%)
Mutual labels:  mysql, django
See
基于开源组件(Inception & SQLAdvisor & SOAR)的SQL审核&SQL优化的Web平台
Stars: ✭ 1,187 (+351.33%)
Mutual labels:  mysql, django
Django Mysql
🐬 🐴 Extensions to Django for use with MySQL/MariaDB
Stars: ✭ 410 (+55.89%)
Mutual labels:  mysql, django
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (-42.21%)
Mutual labels:  mysql, django
Autoops
linux资产管理,cmdb,django, webssh,运维管理平台,数据库操作平台 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 340 (+29.28%)
Mutual labels:  mysql, django
Opman Django
💯✅自动化运维平台:CMDB、CI/CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 539 (+104.94%)
Mutual labels:  mysql, django
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (+21.67%)
Mutual labels:  mysql, django
Qblog
🐍A blog base on Python+Django.
Stars: ✭ 72 (-72.62%)
Mutual labels:  mysql, django
Dailyfresh
Django-天天生鲜电商学习项目
Stars: ✭ 127 (-51.71%)
Mutual labels:  mysql, django
Django Migration Linter
🚀 Detect backward incompatible migrations for your django project
Stars: ✭ 231 (-12.17%)
Mutual labels:  mysql, django
Sequel Ace
MySQL/MariaDB database management for macOS
Stars: ✭ 3,989 (+1416.73%)
Mutual labels:  mysql
Zfile
在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai
Stars: ✭ 4,290 (+1531.18%)
Mutual labels:  mysql

Django搭建个人博客

py3.6  

使用Django快速搭建博客

环境

  • Python: 3.X
  • Django: 2.0.x
  • MySQL

特点

  • 博客文章 markdown 渲染,代码高亮
  • 第三方社会化评论系统支持(畅言)
  • 三种皮肤自由切换
  • 全局搜索
  • 阅读排行榜/最新评论
  • 多目标源博文分享
  • 博文归档
  • 友情链接
  • 分享、打赏功能

下载

git clone https://github.com/myminwang/myblog.git

安装

pip install -r requirements.txt  #安装所有依赖
setting.py配置自己的数据库
配置畅言:到http://changyan.kuaizhan.com/注册站点,将templates/message.html中js部分换成你在畅言中生成的js。
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

浏览器中打开http://127.0.0.1:8000/即可访问

Screen Shots

  • 首页 首页

  • 文章列表 文章列表

  • 文章内容 文章内容

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].