Changes between Version 204 and Version 205 of DjangoResources
- Timestamp:
- Oct 15, 2009, 2:11:19 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v204 v205 41 41 * [http://www.pylucid.org/ PyLucid CMS] - A lightweight content management system. Ideal for Shared-Webhosting: No shell account needed. Run at least with CGI. (GPL) 42 42 * [http://code.google.com/p/django-blocks/ django-blocks] - An easier way to build Web apps like an blog or CMS more quickly and with almost no code. 43 * Forum ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available)43 * Forums and comments ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available) 44 44 * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django 45 45 * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) django forum (bulletin board) and wiki applications which can be easily integrated into custom django projects. BSD. 46 46 * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL. 47 47 * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project. 48 * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments. 48 49 * Hierarchy structures in the database 49 * [http://code.google.com/p/django-mptt/ Django MPTT] - 50 Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes 51 and working with trees of Model instances. 52 * [http://code.google.com/p/django-treebeard/ django-treebeard] - 53 3 different efficient tree implementations: 54 Adjacency List, Materialized Path and Nested Sets. 55 They share the same API, so it’s easy to switch between them. 50 * [http://code.google.com/p/django-mptt/ Django MPTT] - Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances. 51 * [http://code.google.com/p/django-treebeard/ django-treebeard] - 3 different efficient tree implementations: Adjacency List, Materialized Path and Nested Sets. They share the same API, so it’s easy to switch between them. 52 * Blog apps 53 * [http://code.google.com/p/django-diario/ django-diario] - A pluggable weblog application for Django Web Framework. 54 * [http://code.google.com/p/blogmaker/ Blogmaker] -A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots 56 55 * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields 57 56 * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend … … 78 77 * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component 79 78 * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS]. 80 * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments.81 79 * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries. 82 80 * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way. 83 * [http://code.google.com/p/django-diario/ django-diario] A pluggable weblog application for Django Web Framework.84 81 * [http://code.google.com/p/django-mssql/ django-mssql] An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk 85 * [http://code.google.com/p/blogmaker/ Blogmaker] A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots86 82 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django 87 83 * [http://code.google.com/p/django-dynamic-media-serve/ django-dynamic-media-serve] - Django Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django.