-
Project deseb aims to generate django schema upgrades via the command: ./manage evolvedb
-
This is a repository for collecting global custom management extensions for the Django Framework.
-
Utilities which make Django’s comment system a bit easier to use, including template tags for common operations, a custom manager with useful querying functionality for models which use comments, and a generic comment-moderation system.
-
django-compress provides an automated system for compressing CSS and JavaScript files. By default, it only outputs compressed files, while not in DEBUG-mode.
-
Provides access to the official Django documentation as HTML inside of your local Django administration documentation. (It’s on the radar to provide access to any app docs too)
-
This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.
-
Feedutil is a lightweight app for pulling RSS/Atom feeds onto your site with django template tags, or custom views. This is not a full feed aggregator like feedjack, but you could write one with it.
-
This is a basic forum component that can plug into any existing Django installation and use it’s existing templates, users, and admin interface. Perfect for adding forum functionality to an existing website.
-
Many websites allow users to assert relationships between other users, to upload contacts and to invite their contacts to become users.
-
This project aims to be a drop-in solution for calendaring for any django app. I use this code, so it is living and breathing.