Changes between Version 109 and Version 110 of DjangoResources
- Timestamp:
- Apr 28, 2008, 6:16:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v109 v110 26 26 * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django 27 27 * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites. 28 * [http://www.agmweb.ca/blog/andy/category/17 SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites.28 * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites. 29 29 * [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. 30 30 * [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. … … 43 43 * [http://code.google.com/p/django-page-cms/ django-page-cms] A simple multilingual paged cms for Django 44 44 * [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 45 * [http:// blogcosm.com/media/blogmaker/release/README.htmlBlogmaker] A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots45 * [http://code.google.com/p/blogmaker/ Blogmaker] A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots 46 46 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django 47 47 * [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 51 * [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. 52 52 * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project. 53 * [http://code.google.com/p/django-rosetta django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.53 * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects. 54 54 * [http://code.google.com/p/django-graphs/ django-graphs] - An extensible graphing engine using the Cairo graphics and FreeType libraries. 55 55 * [http://code.google.com/p/django-geo/ django-geo] – A generic, easy-to-use location-awareness application. … … 64 64 * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL. 65 65 * [https://svn4.cvsdude.com/greenpeace/custard/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL. 66 * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject A simple CMS by Georg Bauer]. (Powers the site [http://rfc1437.de/].)67 * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/IrcLogger An IRC logger by Georg Bauer]. (Powers the [http://simon.bofh.ms/logger/django/ Django IRC logs].)68 66 * [http://zyons.com Zyons]: A forum/community application. 69 67 * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application. 70 * [http:// www.carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer.68 * [http://carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer. 71 69 * [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/]. 72 70 * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks … … 100 98 * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning 101 99 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute 102 * [wiki:MindmapCheatsheetForGenericViewsAPI Mindmap Cheat Sheet for the Generic Views API] as described in [http://www.djangobook.com/en/ beta/chapter09/ The Django Book (chapter 9)].100 * [wiki:MindmapCheatsheetForGenericViewsAPI Mindmap Cheat Sheet for the Generic Views API] as described in [http://www.djangobook.com/en/1.0/chapter09/ The Django Book (chapter 9)]. 103 101 * FormField documentation for Manipulators 104 102 * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!) … … 122 120 * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg. 123 121 * [wiki:WindowsInstall] - install django on Windows in 5 minutes (using sqlite and the internal webserver) 124 * [http:// manuals.textdrive.com/read/book/15 Django, lighttpd and FastCGI]: A book-like documentation about running django with Lighttpd122 * [http://wiki.joyent.com/read/book/15 Django, lighttpd and FastCGI]: A book-like documentation about running django with Lighttpd 125 123 * [wiki:MovablePythonInstall] - install Django on a USB stick using Movable Python 126 124 * [wiki:DjangoOnAStick] - Install Django on a USB stick. … … 152 150 * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django] – Add-on allowing to use ZPT in Django 153 151 * [ticket:2440 PHP template loader] - Integrate Django templates into an existing PHP based site 154 * [http://126.pl/cheetah.tar.bz Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl. (BROKEN LINK) 155 * [http://www.agmweb.ca/blog/andy/category/17 SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites as a templating language 152 * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites as a templating language 156 153 * [http://www.djangosnippets.org/snippets/97/] - Intergrate mako and genshi with django 157 154 … … 210 207 * [http://blog.zabiello.com/articles/category/django Jarosław Zabiełło Blog]: Various Django tips and tutorials [Polish] 211 208 * [http://www.python.rk.edu.pl Biblioteka Pythona]: Polish documentation and examples [Polish] 212 * [http://www.biologeek.com/ journal/index.php/Web-frameworksFrench translation of Django documentation]209 * [http://www.biologeek.com/web-frameworks/ French translation of Django documentation] 213 210 * [http://www.django-fr.org Django-fr] : French community and documentation. 214 211 * [http://www.django-de.org Django-de] : German Django community and documentation.