Changes between Version 229 and Version 230 of DjangoResources


Ignore:
Timestamp:
Apr 21, 2010, 1:55:58 AM (14 years ago)
Author:
Philippe Ombredanne
Comment:

Adding a little bit of categorization, like I would have liked it on first visit

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v229 v230  
    3131  * [http://code.google.com/p/django-openid-auth/ django-openid-auth]
    3232  * See a short feature comparison at [http://splike.com/wiki/Django_OpenID]
     33 * User registration, signup, authentication, security
     34  * [http://bitbucket.org/ubernostrum/django-registration/wiki/Home django-registration] - A simple, generic user-registration application for Django
     35  * [http://github.com/phuihock/django-signup/ django-signup] - A pluggable signup application for Django
     36  * [http://code.google.com/p/sslauth/ django-sslauth] SSL client certificate authentication and validation
     37  * [http://code.google.com/p/django-cas/ django-cas] YaleCAS (Central Authentication Service) plugin for user authentication
     38  * [http://devel.almad.net/trac/django-http-digest/ django-http-digest] - Allows you to protect views with HTTP digest authentication.
     39  * [http://code.google.com/p/django-simple-captcha/ django-simple-captcha] - Extremely simple, yet highly customizable Django application to add captcha images to any Django form.
     40  * [http://opensource.bolloretelecom.eu/projects/django-ldapdb/ django-ldapdb] - Allows you to access LDAP entries through Django Models.
    3341 * Search
    3442  * [http://code.google.com/p/django-sphinx/ django-sphinx] A full-text search integration with Django using the Sphinx engine
     
    5058  * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project.
    5159  * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments.
    52  * Hierarchy structures in the database
    53   * [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.
    54   * [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.
    5560 * Blog apps
    5661  * [http://code.google.com/p/django-diario/ django-diario] - A pluggable weblog application for Django Web Framework.
    5762  * [http://code.google.com/p/blogmaker/ Blogmaker] -A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
    5863  * [http://byteflow.su Byteflow] - Extensible Blog Engine with many features and a clean codebase.
    59  * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields
    60  * [http://code.google.com/p/django-forms-builder/ django-forms-builder] - Allows non-technical users to create website forms containing arbitrary sets of fields for data capture
    61  * [http://code.google.com/p/django-email-extras/ django-email-extras] - Provides the ability to send PGP encrypted email and allows non-technical users to manage PGP keys via the Django admin interface, as well as the ability to use the Django templating system to create multi-part emails
    62  * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend
    63  * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch
    64  * [http://bitbucket.org/ubernostrum/django-registration/wiki/Home django-registration] - A simple, generic user-registration application for Django
    65  * [http://github.com/phuihock/django-signup/ django-signup] - A pluggable signup application for Django
    66  * [http://code.google.com/p/django-robots/ django-robots] - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface
    67  * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django
    68  * [http://code.google.com/p/django-voting/ django-voting] - A generic voting application for Django
    69  * [http://code.google.com/p/django-flags/ django-flags] - An internationalization helper for django
    70  * [http://github.com/scrum8/django-job-board/ django-job-board] - A simple pluggable job board for django
    71  * [http://code.google.com/p/django-graphviz/ django-graphviz] - Django + Graphiz
    72  * [http://kenai.com/projects/django-trac/ django-trac] - Django Hacks Trac (help django and trac working together)
    73  * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow
    74  * [wiki:django-gmap django-googlemap] - get your site !GoogleMaps-enabled (in development)
    75  * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites.
    76  * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites.
    77  * [http://code.google.com/p/django-xmlrpc/ django-xmlrpc] - a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
    78  * [http://code.google.com/p/dmigrate/ DMigrate] tool to migrate Django databases easily.
    79  * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] A component which allows for (simplistic) aggregation of data about Django models.
    80  * [http://code.google.com/p/django-lifestream/ django-lifestream] A generic application for the Django framework that lets you combine multiple RSS and Atom feeds into one lifestream-style page.
    81  * [http://code.google.com/p/sslauth/ django-sslauth] SSL client certificate authentication and validation
    82  * [http://code.google.com/p/django-cas/ django-cas] YaleCAS (Central Authentication Service) plugin for user authentication
    83  * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component
    84  * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS].
    85  * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
    86  * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way.
    87  * [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
    88  * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django
    89  * [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.
    90  * [http://code.google.com/p/django-cron/ django-cron] - Djang-Cron is a simple tool that allows you to have cron jobs for you applications. It comes with an example to delete expired sessions, and I have one for django-registration to delete expired users. Django Cron is intended to replace anything you would be adding to a bin directory in your own Django App
    91  * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework.
    92  * [http://github.com/ask/celery/ celery] - Task queue/Job Queue with Django integration.
    93  * [http://code.google.com/p/django-queue-service/ django-queue-service] - A lightweight, open-source queueing mechanism along the lines of the Amazon Simple Queue Service.
    94  * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.
    95  * [http://code.google.com/p/django-graphs/ django-graphs] - An extensible graphing engine using the Cairo graphics and FreeType libraries.
    96  * [http://code.google.com/p/django-geo/ django-geo] – A generic, easy-to-use location-awareness application.
    97  * [http://code.google.com/p/django-feedclowd/ django-feedclowd] – The lifestreaming application that powers feedclowd.com
    98  * [http://code.google.com/p/django-localeurl/ django-localeurl] - Specify the page language on the URL.
    99  * [http://code.google.com/p/geodjango-basic-apps/ geodjango-basic-apps] - Simple Django Apps highlighting GeoDjango integration
    100  * [http://lurkingideas.net/worldmap/ django-worldmap] - Displays your data in colorful maps like Wikipedia.
    101  * [http://pypi.python.org/pypi/django-maintenancemode django-maintenancemode] - Django-maintenancemode allows you to temporary shutdown your site for maintenance work.
    102  * [http://devel.almad.net/trac/django-http-digest/ django-http-digest] - Allows you to protect views with HTTP digest authentication.
    103  * [http://code.google.com/p/django-simple-captcha/ django-simple-captcha] - Extremely simple, yet highly customizable Django application to add captcha images to any Django form.
    104  * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django.
    105  * [http://code.google.com/p/django-pad/ django-pad] - A wiki support multiusers.
    106  * [https://launchpad.net/sf-django-wiki sf-django-wiki] - A flexible and embeddable Django wiki engine.
    107  * [http://bitbucket.org/jezdez/django-licenses/ django-licenses] - With django-licenses you can give every object a different content license. You can easily manage your licenses and use them in other ways too.
    108  * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being editted, even outside of the admin.
    109  * [http://code.google.com/p/django-flatemails/ django-flatemails] - Django Flatemail System to allow for manageable email templating, much like flat pages.
    110  * [http://code.google.com/p/django-modeltranslation/ django-modeltranslation] Translate dynamic content of existing models without having to change the original model classes (using a registration approach).
    111  * [http://code.google.com/p/django-reviews/ django-reviews] - A generic review application for Django projects, which allows association of a number of reviews with any Model instance and makes retrieval of reviews simple.
    112  * [http://opensource.bolloretelecom.eu/projects/django-ldapdb/ django-ldapdb] - Allows you to access LDAP entries through Django Models.
    113  * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik tracker into django with admin integration.
    114  * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations.
    115  * [http://github.com/mfitzp/django-flowplayer django-flowplayer] - Embed multimedia in your pages with flowplayer template tags. Support for playlists, multiple player styles and configurations.
    116  * [http://www.wefoundland.com/project/Django-EditArea django-editarea] - A text editor with syntax highlighting.
     64 * Aggregation, RSS, feeds, lifestreams
     65  * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] A component which allows for (simplistic) aggregation of data about Django models.
     66  * [http://code.google.com/p/django-lifestream/ django-lifestream] A generic application for the Django framework that lets you combine multiple RSS and Atom feeds into one lifestream-style page.
     67  * [http://code.google.com/p/django-feedclowd/ django-feedclowd] – The lifestreaming application that powers feedclowd.com
     68  * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django
     69 * Tagging
     70  * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django
     71 * Maps, geo
     72  * [http://code.google.com/p/django-geo/ django-geo] – A generic, easy-to-use location-awareness application.
     73  * [wiki:django-gmap django-googlemap] - get your site !GoogleMaps-enabled (in development)
     74  * [http://lurkingideas.net/worldmap/ django-worldmap] - Displays your data in colorful maps like Wikipedia.
     75  * [http://code.google.com/p/geodjango-basic-apps/ geodjango-basic-apps] - Simple Django Apps highlighting GeoDjango integration
     76 * Hierarchy structures in the database
     77  * [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.
     78  * [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.
     79 * Models, database, history, trails
     80  * [http://code.google.com/p/dmigrate/ DMigrate] tool to migrate Django databases easily.
     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
     82  * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations.
     83  * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being edited, even outside of the admin.
     84  * [http://code.google.com/p/django-reviews/ django-reviews] - A generic review application for Django projects, which allows association of a number of reviews with any Model instance and makes retrieval of reviews simple.
     85 * Task, jobs, queues, batch
     86  * [http://code.google.com/p/django-cron/ django-cron] - Djang-Cron is a simple tool that allows you to have cron jobs for you applications. It comes with an example to delete expired sessions, and I have one for django-registration to delete expired users. Django Cron is intended to replace anything you would be adding to a bin directory in your own Django App
     87  * [http://github.com/ask/celery/ celery] - Task queue/Job Queue with Django integration.
     88  * [http://code.google.com/p/django-queue-service/ django-queue-service] - A lightweight, open-source queueing mechanism along the lines of the Amazon Simple Queue Service.
     89 * Text editing, Wiki
     90  * [http://code.google.com/p/django-pad/ django-pad] - A wiki support multiusers.
     91  * [https://launchpad.net/sf-django-wiki sf-django-wiki] - A flexible and embeddable Django wiki engine.
     92  * [http://www.wefoundland.com/project/Django-EditArea django-editarea] - A text editor with syntax highlighting.
     93 * XML-RPC, Rest, networking
     94  * [http://code.google.com/p/django-xmlrpc/ django-xmlrpc] - a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
     95 * Forms
     96  * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields
     97  * [http://code.google.com/p/django-forms-builder/ django-forms-builder] - Allows non-technical users to create website forms containing arbitrary sets of fields for data capture
     98 * Templates
     99  * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend
     100  * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites.
     101  * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites.
     102 * Email integration
     103  * [http://code.google.com/p/django-email-extras/ django-email-extras] - Provides the ability to send PGP encrypted email and allows non-technical users to manage PGP keys via the Django admin interface, as well as the ability to use the Django templating system to create multi-part emails
     104  * [http://code.google.com/p/django-flatemails/ django-flatemails] - Django Flatemail System to allow for manageable email templating, much like flat pages.
     105 * Admin
     106  * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch
     107  * [http://pypi.python.org/pypi/django-maintenancemode django-maintenancemode] - Django-maintenancemode allows you to temporary shutdown your site for maintenance work.
     108 * Internationalization
     109  * [http://code.google.com/p/django-flags/ django-flags] - An internationalization helper for django
     110  * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.
     111  * [http://code.google.com/p/django-localeurl/ django-localeurl] - Specify the page language on the URL.
     112  * [http://code.google.com/p/django-modeltranslation/ django-modeltranslation] Translate dynamic content of existing models without having to change the original model classes (using a registration approach).
     113 * Media, graphics, images, photos, rights management
     114  * [http://bitbucket.org/jezdez/django-licenses/ django-licenses] - With django-licenses you can give every object a different content license. You can easily manage your licenses and use them in other ways too.
     115  * [http://code.google.com/p/django-graphviz/ django-graphviz] - Django + Graphiz
     116  * [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.
     117  * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
     118  * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way.
     119  * [http://code.google.com/p/django-graphs/ django-graphs] - An extensible graphing engine using the Cairo graphics and FreeType libraries.
     120  * [http://github.com/mfitzp/django-flowplayer django-flowplayer] - Embed multimedia in your pages with flowplayer template tags. Support for playlists, multiple player styles and configurations.
     121  * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework.
     122 * Calendar
     123  * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component
     124 * Ajax, CSS
     125  * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS].
     126 * Other applications
     127  * [http://code.google.com/p/django-voting/ django-voting] - A generic voting application for Django
     128  * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow
     129  * [http://github.com/scrum8/django-job-board/ django-job-board] - A simple pluggable job board for django
     130  * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik web analytics / tracker into django with admin integration.
     131  * [http://kenai.com/projects/django-trac/ django-trac] - Django Hacks Trac (help django and trac working together)
     132  * [http://code.google.com/p/django-robots/ django-robots] - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface
     133  * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django.
    117134
    118135== Open-Source Django projects ==
     
    121138
    122139 * [http://code.google.com/hosting/search?q=label:django Django-based projects at Google Code Hosting].
    123  * [/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (e.g., everything except the ticket system). The Python code is available under the BSD license, but the templates are copyrighted by World Online and shouldn't be copied.
    124  * [https://svn4.cvsdude.com/greenpeace/custard/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL.
    125  * [http://zyons.com Zyons]: A forum/community application.
    126  * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application.
    127  * [http://carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer.
    128  * [http://www.feedjack.org/ Feedjack]: A planet/feed aggregator by Gustavo Picón. Sample sites: [http://django.feedjack.org/], [http://gnome.feedjack.org/], [http://newsclick.mobbing-gegner.de/].
    129  * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks
    130  * [https://svn.wamber.net/projects/bookmaker BookMaker]: An open-source Web application for managing small parimutuel betting pools ([https://svn.wamber.net/projects/bookmaker/browser Browse source]).
    131  * [http://riseproject.sourceforge.net/ RISE Project (Resources and Information for Success in Education)]: A project to manage and publish academic catalog information, including programs, courses, and schedules. BSD.
    132  * [http://www.coulix.net/blog/2006/aug/17/ip-country-flags-django-comments/ IP-to-country application]: Allows you to get the country flag of comments.
    133  * [http://gthc.org/projects/notmm notmm]: Multi-purpose and portable web toolkit for Django (Apache License Version 2.0/BSD-style License.)
    134  * [http://code.google.com/p/django-filebrowser/ FileBrowser] - An extension to the Django admin interface.
    135  * [http://trac.ambitone.com/ambidjangolib/wiki/tracregator tracregator] - a Django app which collects tickets from multiple [http://trac.edgewall.org/ trac] sites into one page
    136  * [http://code.google.com/p/geeksite/ Blog] - weblog, portfolio, cv
    137  * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD.
    138  * [https://djazz.quamquam.org/trac djazz] - Application and Utilitiy Collection.
    139  * [http://djagios.org/ djagios.org] - Nagios Configuration tool written in Django.
    140  * [http://www.satchmoproject.com/ Satchmo] - the Django e-commerce project. (shopping cart)
    141  * [http://code.google.com/p/babik/ Babik] - A django based [http://www.musicpd.org/ MPD] client
    142  * [http://trac.mcs.anl.gov/projects/bcfg2/wiki/NewDynamicReports bcfg2 Dynamic Reports] - bcfg2 provides a Reporting Facility based on Django (bcfg2 is a configuration management system like cfengine)
    143  * [http://evennia.com Evennia] - A feature-liberal MUD server based on Django and Twisted. Heavy web integration, easily scriptable/extendable in Python.
    144  * [http://www.tracka.info/ tracka.info] - Share media file with small team or family.  New BSD.
    145  * [http://www.moregruel.net/index.php/projects/ Feedme] - Another RSS feed aggregator, aimed more for personal use than Feedjack.
    146  * [http://www.frepple.com frePPLe] An open source framework for production planning applications, with a Django user interface.
    147  * [http://code.google.com/p/sleepy-django Sleepy Django] Build static websites from Django templates.
    148  * [http://code.google.com/p/django-fileman/ Django Fileman] - web based files manager. (using jQuery)
    149  * [http://www.mierzejewski.net/klisha/ Klisha] - an open-source and standards-compliant photoblog application for the web.
    150  * [http://www.wikicube.cn  WikiCube] - 一个类似于 http://www.wikispaces.com/ 的站点,适用于小组或者个人做独立的wiki应用.
    151  * [http://tmitter.coderblogs.com Tmitter] - a simple mobile mini blog likes [http://www.twitter.com Twitter],[http://code.google.com/p/tmitter/ Source code].
    152  * [http://www.voteruniverse.com Voter Universe] - Django based voter file analysis and interaction management application for progressive political campaigns and organizations released under AGPL v3.
    153  * [http://www.gestorpsi.com.br/trac/ GestorPSI] - A complete open source system for manage psychology clinics as well school clinics.
    154  * [http://osqa.net/ OSQA] - A question & answer system similar to [http://stackoverflow.com/ StackOverflow], based on [http://github.com/cnprog/CNPROG CNPROG].
     140 * Community applications, wiki
     141  * [/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (e.g., everything except the ticket system). The Python code is available under the BSD license, but the templates are copyrighted by World Online and shouldn't be copied.
     142  * [https://svn4.cvsdude.com/greenpeace/custard/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL.
     143  * [http://zyons.com Zyons]: A forum/community application.
     144  * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD.
     145  * [http://www.wikicube.cn  WikiCube] - 一个类似于 http://www.wikispaces.com/ 的站点,适用于小组或者个人做独立的wiki应用.
     146  * [http://osqa.net/ OSQA] - A question & answer system similar to [http://stackoverflow.com/ StackOverflow], based on [http://github.com/cnprog/CNPROG CNPROG].
     147 * Photo gallery, photo blog, media, music
     148  * [http://carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer.
     149  * [http://code.google.com/p/babik/ Babik] - A django based [http://www.musicpd.org/ MPD] client
     150  * [http://www.tracka.info/ tracka.info] - Share media file with small team or family.  New BSD.
     151  * [http://www.mierzejewski.net/klisha/ Klisha] - an open-source and standards-compliant photoblog application for the web.
     152 * Blog, RSS, feeds, aggregation, lifestream, website
     153  * [http://tmitter.coderblogs.com Tmitter] - a simple mobile mini blog likes [http://www.twitter.com Twitter],[http://code.google.com/p/tmitter/ Source code].
     154  * [http://www.feedjack.org/ Feedjack]: A planet/feed aggregator by Gustavo Picón. Sample sites: [http://django.feedjack.org/], [http://gnome.feedjack.org/], [http://newsclick.mobbing-gegner.de/].
     155  * [http://code.google.com/p/geeksite/ Blog] - weblog, portfolio, cv
     156  * [http://www.moregruel.net/index.php/projects/ Feedme] - Another RSS feed aggregator, aimed more for personal use than Feedjack.
     157  * [http://code.google.com/p/sleepy-django Sleepy Django] Build static websites from Django templates.
     158 * Geo, Maps, localisation
     159  * [http://www.coulix.net/blog/2006/aug/17/ip-country-flags-django-comments/ IP-to-country application]: Allows you to get the country flag of comments.
     160 * Utilities, tools, admin, file management
     161  * [http://code.google.com/p/django-fileman/ Django Fileman] - web based files manager. (using jQuery)
     162  * [http://gthc.org/projects/notmm notmm]: Multi-purpose and portable web toolkit for Django (Apache License Version 2.0/BSD-style License.)
     163  * [http://code.google.com/p/django-filebrowser/ FileBrowser] - An extension to the Django admin interface.
     164  * [https://djazz.quamquam.org/trac djazz] - Application and Utilitiy Collection.
     165  * [http://code.google.com/p/django-utils/ Djangoutils]: Miscellaneous Django utilities.
     166 * Tracker, ticket integration
     167  * [http://trac.ambitone.com/ambidjangolib/wiki/tracregator tracregator] - a Django app which collects tickets from multiple [http://trac.edgewall.org/ trac] sites into one page
     168 * System management, networking, monitoring
     169  * [http://djagios.org/ djagios.org] - Nagios Configuration tool written in Django.
     170  * [http://trac.mcs.anl.gov/projects/bcfg2/wiki/NewDynamicReports bcfg2 Dynamic Reports] - bcfg2 provides a Reporting Facility based on Django (bcfg2 is a configuration management system like cfengine)
     171 * e-commerce, shopping cart
     172  * [http://www.satchmoproject.com/ Satchmo] - the Django e-commerce project. (shopping cart)
     173 * gaming, games
     174  * [http://evennia.com Evennia] - A feature-liberal MUD server based on Django and Twisted. Heavy web integration, easily scriptable/extendable in Python.
     175 * Topic-specific, business apps, time management, ...
     176  * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application.
     177  * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks
     178  * [https://svn.wamber.net/projects/bookmaker BookMaker]: An open-source Web application for managing small parimutuel betting pools ([https://svn.wamber.net/projects/bookmaker/browser Browse source]).
     179  * [http://riseproject.sourceforge.net/ RISE Project (Resources and Information for Success in Education)]: A project to manage and publish academic catalog information, including programs, courses, and schedules. BSD.
     180  * [http://www.frepple.com frePPLe] An open source framework for production planning applications, with a Django user interface.
     181  * [http://www.voteruniverse.com Voter Universe] - Django based voter file analysis and interaction management application for progressive political campaigns and organizations released under AGPL v3.
     182  * [http://www.gestorpsi.com.br/trac/ GestorPSI] - A complete open source system for manage psychology clinics as well school clinics.
    155183
    156184== General ==
     
    172200 * [wiki:DeveloperDocs Developer Documentation]: Documentation about the internals of Django.
    173201 * [wiki:ContributedMiddleware User-contributed middleware]
    174  * [http://code.google.com/p/django-utils/ Djangoutils]: Miscellaneous Django utilities.
    175202 * [wiki:InitialSQLDataDiangoORMWay Initial SQL data using Django ORM]: How to do it.
    176203 * [wiki:AlterModelOnSyncDB Alter Model's Storage]: Automatically changing a table to suit your app & database.
Back to Top