django-articles-addons is a collection of tools to extend codekoala's wonderful django-articless.Big chunks of thie projects were taken from @andrewebdev's excellent adzone project. What was need though, was much less of a full-featured ad management app,...

read more

django-bylaws is a Django app that gives you a pluggable application for adding bylaws to a project. It takes advantage of django_simple_history to provide rudimentary version control of your bylaw documents and can also handle whether users must...

read more

Stop right now if you think this is some awesome application to rival SchoolTool or PowerSchool or some other school management system. django-classroom is a lowly Django application designed to help put up info about individual classrooms on a school...

read more

django-committees is a simple pluggable Django app for managing documents in a small not-for-profit organization.At a small organization, we have a governing board, composed of variable-length termed seats, term limits, alternate members, offices: a...

read more

django-devotionals is a Django app created as part of the 5Q programming challenge. The app handles the input and display of daily devotionals, including a django management command to import a csv file loaded with devotionals.InstallIf the project were...

read more

django-dishes is a Django app to make it easy to manage a food delivery service, including integration to allow clients to make their purchases online.URLshuegah.com/    menus/add/       < MMM-DD...

read more

django-eventy is a very simple, reusable application for managing events and...

read more
django-farm

django-farm 0.4.3

django-farm is a pluggable Django app to keep track of animals on a farm. Simple.ModelsSpecies name -> char slug -> from(name)Breed species -> species name -> char slug -> from(name)Animal name -> char slug -> from(name) breed -> breed...

read more

django-isitup is a fairly straight forward Django app that takes on the task of checking web services to see if they are up and running. At the moment, the only goal is to have it checking http services and sending out emails if an error code is reached...

read more