• Stars
    star
    511
  • Rank 86,473 (Top 2 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 15 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a Django blog engine leveraging reusable apps for all its features.

Introduction

A Django blog engine leveraging only existing reusable apps, and django-snippets. The project itself defines no models (db schemas).

The project was conceptualized for a Django-NYC lightening talk, with the goal of introducing Django developers to the concepts behind integrating existing reusable apps in their project, as well as leveraging virtualenv, virtualenv wrapper, and pip into the workflow.

To read more about all the reusable apps that Mingus employs, read The apps that power Django-Mingus.

It also comes with 5 default themes to choose from (really just varying color schemes). They are Basic, Dark, Django, Minimal, and JeffCroft. You can view them here

Please submit issues, bugs, ideas, suggestion, etc., on the project issues page.

Real World Examples

To see it live in action, view:

http://blog.montylounge.com
http://ericholscher.com/
http://apluggedinlife.com/fr/
http://blog.roseman.org.uk/
http://codysoyland.com/
http://www.ofbrooklyn.com/
http://hotsyk.com/
http://stfnkhlr.de/
http://mathematism.com/
http://baratrion.org/
http://libby.tuzig.com/
http://oswco.com/
http://serotoninstorm.com/blog/

Getting Started

I’m beginning to add docs now. They are located in the docs directory. Currently the docs include a quick-start to get you going.