All Projects → vicalloy → Dpress

vicalloy / Dpress

A simple blog powered by Django

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dpress

Myblog
python 博客系统,基于django
Stars: ✭ 70 (-17.65%)
Mutual labels:  blog, blog-engine, django
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (+70.59%)
Mutual labels:  blog, blog-engine, django
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (+429.41%)
Mutual labels:  blog, django
Monologue
Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
Stars: ✭ 485 (+470.59%)
Mutual labels:  blog, blog-engine
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+869.41%)
Mutual labels:  blog, blog-engine
Django Blog
django搭建博客
Stars: ✭ 365 (+329.41%)
Mutual labels:  blog, django
Djangoblog
🍺基于Django的博客系统
Stars: ✭ 4,256 (+4907.06%)
Mutual labels:  blog, django
Izone
django+bootstrap4 个人博客
Stars: ✭ 757 (+790.59%)
Mutual labels:  blog, django
Dingo
Blog engine written in Go (Looking for contributors)
Stars: ✭ 282 (+231.76%)
Mutual labels:  blog, blog-engine
Palewi.re
The once and future blog
Stars: ✭ 12 (-85.88%)
Mutual labels:  blog, django
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-60%)
Mutual labels:  blog, django
Vmaig blog
an opensource blog system based on django 2.2 and bootstrap https://vmaig.com
Stars: ✭ 354 (+316.47%)
Mutual labels:  blog, django
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (+305.88%)
Mutual labels:  blog, blog-engine
Halo
✍ 一款优秀的开源博客发布应用。
Stars: ✭ 20,521 (+24042.35%)
Mutual labels:  blog, blog-engine
Middleman Blog
Middleman : Blog Engine Extension
Stars: ✭ 317 (+272.94%)
Mutual labels:  blog, blog-engine
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+710.59%)
Mutual labels:  blog, blog-engine
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+9931.76%)
Mutual labels:  blog, django
Djangocms Blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
Stars: ✭ 268 (+215.29%)
Mutual labels:  blog, django
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+224.71%)
Mutual labels:  blog, blog-engine
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+875.29%)
Mutual labels:  blog, blog-engine

DPress

DPress is a simple blog powered by Django.

Features

Run on Django dev server

  • Clone DPress repository from git://github.com/vicalloy/DPress.git
  • install virtualenv: pip install virtualenv
  • use scripts env.rc(source env.rc) to create and start DPress environment.
  • $mg is a shortcut for python manage.py
  • $mg migrate
  • $mg runserver
  • DPress Admin http://127.0.0.1:8000/admin/
  • DPress http://127.0.0.1:8000/

Config

  • copy dpress_site/settings/local.sample to dpress_site/settings/local.py and config it.

Screenshots

Default Theme

Default Theme

Moment

Moment

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