= 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]) == Django application components == These are open-source application components that you can plug into any project. * [http://code.google.com/p/django-databasetemplateloader/ django-databasetemplateloader] - A Django template loader which loads templates from the database * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch * [http://code.google.com/p/django-registration/ django-registration] - A simple, generic user-registration 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 * [wiki:GoFlow] - A workflow engine for django inspired by the zope2 product Openflow * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django * [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://sct.sphene.net/ Sphene Community Tools] - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD. * [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://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component * [http://code.google.com/p/django-sphinx/ django-sphinx] A full-text search integration with Django using the Sphinx engine * [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/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments. * [http://code.google.com/p/django-photologue/ Photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries. * [http://code.google.com/p/django-diario/ django-diario] A pluggable weblog application for Django Web Framework. * [http://code.google.com/p/djapian/ djapian] A full-text search integration with Django using Xapian * [http://code.google.com/p/django-page-cms/ django-page-cms] A simple multilingual paged cms for Django * [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://blogcosm.com/media/blogmaker/release/README.html Blogmaker] A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots == 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. * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL. * [https://svn4.cvsdude.com/greenpeace/custard/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL. * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery]: A "gallery with a twist" by Georg Bauer. * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject A simple CMS by Georg Bauer]. (Powers the site [http://rfc1437.de/].) * [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].) * [http://zyons.com Zyons]: A forum/community application. * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application. * [http://www.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://google.feedjack.org/]. * [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://www.assembla.com/wiki/show/notmm/ notmm]: Multi-purpose and portable web toolkit for Django (Apache License Version 2.0/BSD-style License. Last updated: 2007-09-05) * [http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki FileBrowser] - An extension to the Django admin interface. * [http://trac.ambitone.com/ambidjangolib/wiki/djac djac] - 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://www.djangosnippets.org/ djangosnippets.org] - Code-sharing site with source code available. * [http://www.satchmoproject.com/ Satchmo] - the Django e-commerce project. * [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://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://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. == General == * [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/beta/chapter09/ The Django Book (chapter 9)]. * 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) == Installing and configuring Django == * [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) * [http://manuals.textdrive.com/read/book/15 Django, lighttpd and FastCGI]: A book-like documentation about running django with Lighttpd * [wiki:MovablePythonInstall] - install Django on a USB stick using Movable Python * [wiki:DjangoOnAStick] - Install Django on a USB stick. == Development environment == * [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. * [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://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. == Templates == * 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://126.pl/cheetah.tar.bz Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl. (BROKEN LINK) * [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/] - Intergrate mako and genshi with django == 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. == Web services/APIs == * [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: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/journal/index.php/Web-frameworks French translation of Django documentation] * [http://www.django-fr.org Django-fr] : French community and documentation. * [http://www.django.gr Django.gr] : Greek Django community/user group * [wiki:DjangoBrasil Django Brazil]: To organize suggestions and ideas. * [http://www.django.es Django.es] : A Spanish Django community. == Community == * [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