= Django resources = This page collects any and all unofficial resources regarding Django. We'll say it again: These are ''unofficial'' resources, so take all of these documents with a grain of salt. This is a publicly editable wiki. [[PageOutline(2,, inline)]] == Sites using Django == * [http://www.djangosites.org/ djangosites.org]: View and list your Django powered site(s) (replaces [wiki:DjangoPoweredSites the previous wiki page]) == References & Development Aides == * [http://findjango.com/ Findjango] - A vertical search engine addressing the Django community. * [http://djangosearch.com/ DjangoSearch] - A multilingual search engine for Django and archive of all articles. * [http://www.djangosnippets.org/ djangosnippets.org] - Code-sharing site with source code available. * [http://www.django-apps.com/ django-apps.com] - A catalog of complete django applications == Django application components == These are open-source application components that you can plug into any project. See ReusableAppResources for other resources for finding and evaluating re-usable apps. * OpenID * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer) * [http://code.google.com/p/django-openid-consumer/ django-openid-consumer] - fork of django-openid, to add OpenID 2 support * [http://code.google.com/p/django-openid-auth/ django-openid-auth] * See a short feature comparison at [http://splike.com/wiki/Django_OpenID] * Search * [http://code.google.com/p/django-sphinx/ django-sphinx] A full-text search integration with Django using the Sphinx engine * [http://code.google.com/p/djapian/ djapian] A full-text search integration with Django using Xapian * [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. * [http://haystacksearch.org/ haystack] - Modular search for Django. * CMS ([wiki:CMSAppsComparison feature comparison] available) * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more. * [http://code.google.com/p/django-simplecms/ django-simplecms] - A simple cms As Simple As Possible but Extensible. * [http://code.google.com/p/django-simple-wiki/ django-simple-wiki] - A simple, but powerful wiki supporting hierarchy, relations, attachments and permissions. * [http://code.google.com/p/django-page-cms/ django-page-cms] A simple multilingual paged cms for Django * [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) * [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. * [http://code.google.com/p/django-taxonomy/ django-taxonomy] - A taxonomy tool to integrate in your django sites/CMS. Can also be used as a menu structure. * Forums and comments ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available) * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django * [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. * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL. * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project. * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments. * Hierarchy structures in the database * [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. * [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. * Blog apps * [http://code.google.com/p/django-diario/ django-diario] - A pluggable weblog application for Django Web Framework. * [http://code.google.com/p/blogmaker/ Blogmaker] -A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch * [http://bitbucket.org/ubernostrum/django-registration/wiki/Home django-registration] - A simple, generic user-registration application for Django * [http://github.com/phuihock/django-signup/ django-signup] - A pluggable signup application for Django * [http://code.google.com/p/django-robots/ django-robots] - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface * [http://code.google.com/p/django-tagging/ django-tagging] - A generic tagging application for Django * [http://code.google.com/p/django-voting/ django-voting] - A generic voting application for Django * [http://code.google.com/p/django-flags/ django-flags] - An internationalization helper for django * [http://github.com/scrum8/django-job-board/ django-job-board] - A simple pluggable job board for django * [http://code.google.com/p/django-graphviz/ django-graphviz] - Django + Graphiz * [http://kenai.com/projects/django-trac/ django-trac] - Django Hacks Trac (help django and trac working together) * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow * [wiki:django-gmap django-googlemap] - get your site !GoogleMaps-enabled (in development) * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates] - Makes Zope3 Page Templates available to Django sites. * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites. * [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. * [http://code.google.com/p/dmigrate/ DMigrate] tool to migrate Django databases easily. * [http://code.google.com/p/django-simpleaggregation/ django-simpleaggregation] A component which allows for (simplistic) aggregation of data about Django models. * [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. * [http://code.google.com/p/sslauth/ django-sslauth] SSL client certificate authentication and validation * [http://code.google.com/p/django-cas/ django-cas] YaleCAS (Central Authentication Service) plugin for user authentication * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS]. * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries. * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way. * [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 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django * [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. * [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 * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework. * [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. * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects. * [http://code.google.com/p/django-graphs/ django-graphs] - An extensible graphing engine using the Cairo graphics and FreeType libraries. * [http://code.google.com/p/django-geo/ django-geo] – A generic, easy-to-use location-awareness application. * [http://code.google.com/p/django-feedclowd/ django-feedclowd] – The lifestreaming application that powers feedclowd.com * [http://code.google.com/p/django-yacaptcha/ django-yacaptcha] - Customizable and easy to use captcha application for Django. * [http://code.google.com/p/django-localeurl/ django-localeurl] - Specify the page language on the URL. * [http://code.google.com/p/geodjango-basic-apps/ geodjango-basic-apps] - Simple Django Apps highlighting GeoDjango integration * [http://lurkingideas.net/worldmap/ django-worldmap] - Displays your data in colorful maps like Wikipedia. * [http://pypi.python.org/pypi/django-maintenancemode django-maintenancemode] - Django-maintenancemode allows you to temporary shutdown your site for maintenance work. * [http://devel.almad.net/trac/django-http-digest/ django-http-digest] - Allows you to protect views with HTTP digest authentication. * [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. * [http://code.google.com/p/django-webproxy/ django-webproxy] - A reverse proxy app in django. * [http://code.google.com/p/django-pad/ django-pad] - A wiki support multiusers. * [https://launchpad.net/sf-django-wiki sf-django-wiki] - A flexible and embeddable Django wiki engine. * [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. * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being editted, even outside of the admin. * [http://code.google.com/p/django-flatemails/ django-flatemails] - Django Flatemail System to allow for manageable email templating, much like flat pages. * [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). * [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. * [http://opensource.bolloretelecom.eu/projects/django-ldapdb/ django-ldapdb] - Allows you to access LDAP entries through Django Models. * [http://forge.2metz.fr/p/python-piwik/ python-piwik] - Integrate piwik tracker into django with admin integration. * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations. == Open-Source Django projects == These are stand-alone applications written using Django. * [http://code.google.com/hosting/search?q=label:django Django-based projects at Google Code Hosting]. * [/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. * [https://svn4.cvsdude.com/greenpeace/custard/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL. * [http://zyons.com Zyons]: A forum/community application. * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application. * [http://carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer. * [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/]. * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks * [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]). * [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. * [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. * [http://gthc.org/projects/notmm notmm]: Multi-purpose and portable web toolkit for Django (Apache License Version 2.0/BSD-style License.) * [http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki FileBrowser] - An extension to the Django admin interface. * [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 * [http://code.google.com/p/geeksite/ Blog] - weblog, portfolio, cv * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD. * [https://djazz.quamquam.org/trac djazz] - Application and Utilitiy Collection. * [http://djagios.org/ djagios.org] - Nagios Configuration tool written in Django. * [http://www.satchmoproject.com/ Satchmo] - the Django e-commerce project. (shopping cart) * [http://code.google.com/p/babik/ Babik] - A django based [http://www.musicpd.org/ MPD] client * [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) * [http://evennia.com Evennia] - A feature-liberal MUD server based on Django and Twisted. Heavy web integration, easily scriptable/extendable in Python. * [http://www.tracka.info/ tracka.info] - Share media file with small team or family. New BSD. * [http://www.moregruel.net/index.php/projects/ Feedme] - Another RSS feed aggregator, aimed more for personal use than Feedjack. * [http://www.frepple.com frePPLe] An open source framework for production planning applications, with a Django user interface. * [http://code.google.com/p/sleepy-django Sleepy Django] Build static websites from Django templates. * [http://code.google.com/p/django-fileman/ Django Fileman] - web based files manager. (using jQuery) * [http://www.mierzejewski.net/klisha/ Klisha] - an open-source and standards-compliant photoblog application for the web. * [http://www.wikicube.cn WikiCube] - 一个类似于 http://www.wikispaces.com/ 的站点,适用于小组或者个人做独立的wiki应用. * [http://tmitter.coderblogs.com Tmitter] - a simple mobile mini blog likes [http://www.twitter.com Twitter],[http://code.google.com/p/tmitter/ Source code]. * [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. * [http://www.gestorpsi.com.br GestorPSI] - A complete open source system for manage psychology clinics as well school clinics. == General == * RunningDjangoTests: How to run the Django tests * [http://djangoapi.quamquam.org Django API]: Autogenerated Django API documentation * [http://djangoapi.pukkapeople.com Django API]: Another autogenerated Django(0.96) API documentation -from svn revision 6525 17/10/2007 * [http://blixtra.org/blog/2006/07/17/top-30-django-tutorials-and-articles/ Compilation of Tutorials]: Intended to be a complete and concise list of Django tutorials * CookBook: Code recipes. * CommonPitfalls: Common developer errors, gotchas, etc. * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute * [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)]. * [http://code.google.com/p/django-generate-views/ django-generate-views] another way to make views generic along with a demo-site which shows how to wrap views into callable objects: [http://www.obviews.com/ Obviews] * FormField documentation for Manipulators * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!) * [wiki:CustomFormFields Making Custom form fields]: Adventures in making new form fields. * [wiki:CustomUploadAndFilters Custom Upload Fields with Template Filters]: extra features for upload fields. * [wiki:DeveloperDocs Developer Documentation]: Documentation about the internals of Django. * [wiki:ContributedMiddleware User-contributed middleware] * [http://code.google.com/p/django-utils/ Djangoutils]: Miscellaneous Django utilities. * [wiki:InitialSQLDataDiangoORMWay Initial SQL data using Django ORM]: How to do it. * [wiki:AlterModelOnSyncDB Alter Model's Storage]: Automatically changing a table to suit your app & database. * [wiki:Django_and_PureFTPd Using Django and PureFTPd]: How to use Django's user database in PureFTPd. Surprisingly * [wiki:BestPracticesToWorkWith3rdPartyAppsAndMakingYoursPortable Working with 3rd Party Apps and Making your Apps Portable]: How to setup your project structure, where to put 3rd party apps, development and production setup. * [http://www.zbyte64.com/code.shtml Django & Open Office]: An example of how to use Django and Open Office to do advance document templating. * ThumbNails: Discussion about options for adding thumbnails to Django. * [wiki:DynamicModels Dynamic models]: Information on creating models at run-time and how to work with them. * [wiki:NewformsHOWTO Newforms Howto]: Lllama's handy how-do-I guide for newforms admin. * [http://www.34nokta5.com/django_cheat_sheet_0.97.pdf Django Cheat Sheet] (covers Django 0.97-pre-SVN-6826) * [wiki:GetVsPostSplittingAndDjango]: Get Vs Post splitting for scaling and Django. == Installing and configuring Django == * [http://www.turnkeylinux.org/appliances/django TurnKey Django]: pre-integrated Django installable live CD [[http://en.wikipedia.org/wiki/Software_appliance software appliance]] * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc. * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg. * [wiki:WindowsInstall] - install django on Windows in 5 minutes (using sqlite and the internal webserver) * [wiki:MovablePythonInstall] - install Django on a USB stick using Movable Python * [wiki:DjangoOnAStick] - Install Django on a USB stick. * [wiki:DjangoAndNginx] - Install Django on Ubuntu with NginX through FastCGI. * [wiki:DjangoAndPyPy] - Install Django on PyPy. * [http://code.google.com/p/django-win32service django-win32service]: a django app to manage easily a lightweight web server as a win32 service. == Development environment == * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP. * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE. * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor. * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file. * [wiki:PythonScriptForParsingUrlConf A python script for parsing urls.py]: A small python script can be used to read, modify, save urls.py file. * [wiki:ProfilingDjango Profiling Django]: How to use the Python hotshot profiler with Django * [wiki:GreasemonkeyScriptForSmallTitles Greasemonkey script for djangoproject.com]: Shortens titles to faciliate better tab browsing of Django's documentation * [wiki:SimpleDebugThroughExceptions]: Very simple method for print debug info. * [wiki:SimplePrintAppForDebugging]: A simple print app for debugging. * [wiki:DebuggingDjangoWithWinpdb]: Debugging Django apps with Winpdb * [wiki:DbDumpScript]: A python script can be used for dumpping and loading data from database. * [wiki:Dia2Django]: A python script to convert uml [http://www.gnome.org/projects/dia/ dia diagrams] to models.py. * [http://www.aswmc.com/dbmigration/ Simple Schema Migration for Django] – Simple tool for managing automated schema migrations * [http://eddymulyono.livejournal.com/62101.html Django doctest coverage]: Patch so `python manage.py test` reports code coverage in HTML. * [http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html Configuring pydev to work with django]: Development django with pydev in Eclipse IDE. * [http://gonefish.cn/?page_id=411 使用Eclipse和Pydev组建Django开发平台]: 使用Eclipse和Pydev组建Django开发平台。 * [http://bear330.wordpress.com/2007/10/30/how-to-debug-django-web-application-with-autoreload/ How to debug django web application with autoreload.]: How to debug django web application with autoreload in Eclipse pydev plugin. * [http://www.instantdjango.com Instant Django.] A portable Django development environment for Windows. No installation required, and it can even be run from a USB key. * [http://bearfruit.org/blog/2008/05/28/multiple-django-configurations-for-development-and-production Multiple configurations] How to setup your project with multiple configurations for development, testing and production * [wiki:CollaborateOnGithub How to collaborate on GitHub in Django context] * [http://code.google.com/p/uml-to-django/ UML to Django]: Python script to convert a UML Class diagram directly into a working Django model and admin interface; no coding involved. == Templates == * ExtendingTemplates - how to extend a template but re-use parts of that template * ExtendingAdminTemplates * [wiki:TemplateTagsCheatSheet] - A quick list of all the template tags. * [wiki:MyghtyTemplatesInDjango Using Myghty Templates in Django] - How to use Myghty templates in Django * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django] – Add-on allowing to use ZPT in Django * [ticket:2440 PHP template loader] - Integrate Django templates into an existing PHP based site * [http://www.agmweb.ca/blog/andy/category/17/ SimpleTAL Templates] - Makes SimpleTAL Page Templates available to Django sites as a templating language * [http://www.djangosnippets.org/snippets/97/ Mako and Genshi Templates] - Integrate Mako and Genshi with Django ([http://fuzzythinker.blogspot.com/2007/04/using-mako-in-django.html more info]) * [http://www.ghrml.org/ GHRML Templates] - [http://haml.hamptoncatlin.com/ HAML] -like syntax for Genshi, which can also be integrated with Django as above == Code examples == * [wiki:ajax_shop_basket Ajax/DHTML shopping basket in Django example] * [wiki:contentBBCode_parser ContentBBcode Parser] - How-to make pluggable special-tag parser * [wiki:reading_baldurs_gate_binary_files Reading Binary Files] - How to read Baldurs Gate II character files and display data about the character * [wiki:AjaxDjangoDojoForm Ajax and Django, using Dojo] How to submit a form using Ajax with Dojo. * [wiki:AjaxDjangoYUI Ajax and Django, using YUI] How to make ajax work with Django with Yahoo! UI Library. * [http://www.carthage.edu/webdev/?p=12 LDAP Django Auth Backend]: Dead-Simple LDAP in Django with Backends * [wiki:AddDojoEditor Add Dojo Editor]: How to add a rich-text editor to administration pages with Dojo. * [wiki:CustomWidgetsTinyMCE Custom TinyMCE Widget]: How to create a custom TinyMCE widget using django.newforms * [wiki:ScaffoldScript Simple 'scaffolding']: Spew out simple form fields as a base for modification * [wiki:Scaffolding More about scaffolding]: Spew out simple forms for your whole app, including automated urls * [wiki:GenerateGenericURLs Generic URL Generator]: Generate URLs when using generic views * [wiki:ModelMiddleware Model 'middleware']: Add pre/post save/delete callbacks to any model. * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking. * [wiki:AutoAllApps Auto All-Apps Module]: Simple package with all the installed app modules underneith it. * [wiki:SafeSettingsContextProcessor Safe Settings context processor]: Provide template access to your settings variables. * [wiki:FormGenScript Form Generator]: Simple script to spew out a newform from a given model. * [http://blog.michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used How to find items that are not used]: doing Left Outer Joins with Django's ORM. * [http://www.miketigas.com/2008/07/23/blogmaking-django-newforms-admin/ Fun with Django newforms-admin]: using the new permissions and queryset hooks in newforms-admin. == Web services/APIs == * [http://code.google.com/p/django-rest-interface/ Django Rest Interface] - A generic REST interface for Django * [wiki:FacebookIntegration] - Integrating Facebook with Django * [wiki:searchengine A Google search engine front end in Django tutorial] * [wiki:XML-RPC] Example of doing XML-RPC in Django * [wiki:JSON-RPC] Example of doing JSON-RPC in Django * [wiki:Simplistic_json_rpc-dispatcher] A simplistic json-rpc dispatcher-function for Django in 15 lines * [wiki:WebServices WebServices]: An example showing how to access a web service (Amazon.com) using Python. * [wiki:FlickrIntegration] - One way of integrating flickr with Django * [wiki:GoogieSpell] - Spell checking [http://www.djangoproject.com/documentation/model_api/#textfield TextField]s with [http://orangoo.com/labs/GoogieSpell/ GoogieSpell]. * [http://www.kelvinism.com/howtos/alexa-site-thumbnail-and-django/ Django and AST] - Using Django with Amazon Site Thumbnail. * [wiki:AmazonSimpleStorageService] - Version of FileField which will store your files on amazon's storage service * [http://code.google.com/p/django-gadgets/ django-gadgets] A contrib that makes easily create Google Gadgets for iGoogle and OpenSocial websites. == Tutorials on the Web == * [wiki:Tutorials A list of Django tutorials] == Presentations == * [wiki:SnakesAndRubiesTranscript Snakes and Rubies Transcript]: Currently a partial transcript of the Snakes and Rubies meeting videos. * DjangoScreencasts: Official and unofficial screencasts showing Django development in action. * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django]: A presentation in pseudo-!PowerPoint format that provides a good overview. * [http://www.slideshare.net/simon/the-django-web-application-framework The Django Web Application Framework]: From the ACCU UK Python track, April 2006 * [http://video.google.com/videoplay?docid=-70449010942275062 Jacob's Google Tech Talk] - "Web Development for Perfectionists with Deadlines" * [http://larlet.fr/conferences/django/ Tout savoir sur Django (french)] - Presentation in June 07 at French Python Days, overview + advanced tips. == Resources in other languages == * [wiki:TranslateDocumentation Translation grid for documents in '/docs']: A work in progress translation project. * [wiki:DocItTutorial01 Italian Django Tutorial]: An Italian Django tutorial step by step. [Italian] * [wiki:ChineseDjangoTutorial Chinese Django Tutorial]: A Chinese Django tutorial step by step. [Chinese] * [http://blog.zabiello.com/articles/category/django Jarosław Zabiełło Blog]: Various Django tips and tutorials [Polish] * [http://www.python.rk.edu.pl Biblioteka Pythona]: Polish documentation and examples [Polish] * [http://www.biologeek.com/web-frameworks/ French translation of Django documentation] * [http://www.django-fr.org Django-fr] : French community and documentation. * [http://www.django-de.org Django-de] : German Django community and documentation. * [http://www.django.gr Django.gr] : Greek Django community/user group * [http://groups.google.com/group/django-no Django-no] : Norwegian Django community/user group * [http://www.djangobrasil.org Django Brasil] : Brazilian Django community/user group and documentation. * [wiki:DjangoBrasil Django Brasil Wiki]: To organize suggestions and ideas. * [http://www.django.es Django.es] : A Spanish Django community. * [http://anwajler.com/blog/tag/django/ Łukasz Anwajler blog] : Django snippets and tutorials [Polish] * [http://www.djangohq.de/ djangohq]: Django news for the German community * [http://www.djangocn.com/ Django-cn]: Chinese Django site. (based on GAE) * [http://www.djangoproject.cz/ Django Česká republika]: Czech translation of Django documentation. * [http://groups.google.com/group/django-russian Django-Russian] : Russian Django community/user group == Community == * [http://www.thedjangoforum.com/ The Django Forum] : A forum devoted to Django development. Good Place to get help with you Django questions. * [http://djangopeople.net/ Django People] : A site to help Django developers find like-minded souls near them. * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work. * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts] * [http://www.djangoproject.com/community/badges/ Official Django badges] * [http://www.djangoproject.com/community/logos/ Official Django logos] * [wiki:DjangoUsers DjangoUsers]: User community about django. * [http://www.pybots.org/ Pybots]: Continuous integration testing of the Django development trunk against latest changes to the Python 2.5 maintenance branch and 2.6 development trunk. * [http://groups.google.com/group/django-hotclub django-hotclub]: Forum for discussing Django application development == Jobs & Employment == * [http://djangogigs.com djangogigs.com]: Find Developers. Find Jobs. == Cheat Sheets and Quick Starts == * [http://www.scribd.com/doc/4950257/django-templates-cheat-sheet Django Template Cheat Sheet:] introductory 3 page, concise, example-based cheat sheet to django templates * [http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet Django Url Patterns Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to url patterns, and generic views * [http://www.scribd.com/doc/5077400/the-django-model-cheat-sheet Django Model Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to models.Model * [http://www.scribd.com/doc/5224358/cheatsheet-of-formsForm-for-django Django Forms Cheat Sheet:] introductory 2 page, concise, example-based cheat sheet to forms.Form