Changes between Version 265 and Version 266 of DjangoResources
- Timestamp:
- Dec 26, 2010, 12:43:29 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v265 v266 34 34 These are open-source application components that you can plug into any project. 35 35 See ReusableAppResources for other resources for finding and evaluating re-usable apps. 36 * OpenID 36 * OpenID, OAuth 37 * [http://bitbucket.org/offline/django-publicauth/overview django-publicauth] - Authenticate users through OpenID/OAuth/Facebook/Vkontakte 38 * [http://github.com/agiliq/Django-Socialauth Django-Socialauth] - Allows logging in via Facebook, Yahoo, Gmail, Twitter and Openid 39 * [http://github.com/flashingpumpkin/django-socialregistration django-socialregistration] - Another OpenID + OAuth + OAuth2 (Facebook) solution 37 40 * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib 38 41 * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer) … … 52 55 53 56 * Search 54 * [http://code.google.com/p/django-sphinx/ django-sphinx] A full-text search integration with Django using the Sphinx engine 55 * [http://code.google.com/p/djapian/ djapian] A full-text search integration with Django using Xapian 57 * [http://bitbucket.org/Kizlum/django-lightsearch/overview django-lightsearch] - A modest searching application for Django 58 * [http://code.google.com/p/django-sphinx/ django-sphinx] - A full-text search integration with Django using the Sphinx engine 59 * [http://code.google.com/p/djapian/ djapian] - A full-text search integration with Django using Xapian 56 60 * [http://code.google.com/p/django-search-lucene/ django-search-with-lucene] - Django search with Lucene is Tightly integrated the Lucene in Django, so use search content using django model filtering expressions. 57 61 * [http://haystacksearch.org/ haystack] - Modular search for Django. … … 80 84 * [https://github.com/montylounge/django-mingus] - a blog engine leveraging reusable Django apps for all its features. 81 85 * Aggregation, RSS, feeds, lifestreams 82 * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] A component which allows for (simplistic) aggregation of data about Django models.83 * [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.86 * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] - A component which allows for (simplistic) aggregation of data about Django models. 87 * [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. 84 88 * [http://code.google.com/p/django-feedclowd/ django-feedclowd] – The lifestreaming application that powers feedclowd.com 85 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django89 * [http://code.google.com/p/django-pingback/ django-pingback] - Pingback implementation for Django 86 90 * Tagging 87 91 * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django … … 95 99 * [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. 96 100 * Models, database, history, trails 97 * [http://code.google.com/p/dmigrate/ DMigrate] tool to migrate Django databases easily. 98 * [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 99 * [http://code.google.com/p/django-firebird/ django-firebird] An external database backend (based on kinterbasdb) that allows to work with Firebird SQL DBMS 101 * [http://south.aeracode.org/ South] - Intelligent schema and data migrations for Django projects 102 * [http://code.google.com/p/dmigrate/ DMigrate] - A tool to migrate Django databases easily. 103 * [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 104 * [http://code.google.com/p/django-firebird/ django-firebird] - An external database backend (based on kinterbasdb) that allows to work with Firebird SQL DBMS 100 105 * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations. 101 106 * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being edited, even outside of the admin. 102 107 * [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. 103 108 * Task, jobs, queues, batch 104 * [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 109 * [http://github.com/jonasvp/django-beanstalkd django-beanstalkd] - A convenience wrapper for beanstalkd clients and workers in Django using the beanstalkc library for Python 110 * [http://code.google.com/p/django-cron/ django-cron] - 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 105 111 * [http://github.com/ask/celery/ celery] - Task queue/Job Queue with Django integration. 106 112 * [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. … … 150 156 * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow 151 157 * [http://github.com/scrum8/django-job-board/ django-job-board] - A simple pluggable job board for django 152 * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik web analytics / tracker into django with admin integration .158 * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik web analytics / tracker into django with admin integration 153 159 * [http://kenai.com/projects/django-trac/ django-trac] - Django Hacks Trac (help django and trac working together) 154 160 * [http://code.google.com/p/django-robots/ django-robots] - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface 155 * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django .156 * [http://pypi.python.org/pypi/django-portlets/ django-portlets] - Generic portlets for Django .157 * [http://pypi.python.org/pypi/django-workflows/ django-workflows] - Generic workflow engine for Django .161 * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django 162 * [http://pypi.python.org/pypi/django-portlets/ django-portlets] - Generic portlets for Django 163 * [http://pypi.python.org/pypi/django-workflows/ django-workflows] - Generic workflow engine for Django 158 164 * [http://pypi.python.org/pypi/django-reviews/ django-reviews] - Generic reviews for Django 159 * [http://pypi.python.org/pypi/django-resources/ django-resources] - CSS and Javascript management for Django. 165 * [http://pypi.python.org/pypi/django-resources/ django-resources] - CSS and Javascript management for Django 166 * [http://github.com/miracle2k/webassets webassets/django-assets] - Asset management: compiling LESS/SASS/CleverCSS/etc., combining&minifying CSS and Javascript. 160 167 161 168