Version 121 (modified by 16 years ago) ( diff ) | ,
---|
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.
- Sites using Django
- Django application components
- Open-Source Django projects
- General
- Installing and configuring Django
- Development environment
- Templates
- Code examples
- Web services/APIs
- Tutorials on the Web
- Presentations
- Resources in other languages
- Community
Sites using Django
- djangosites.org: View and list your Django powered site(s) (replaces the previous wiki page)
Django application components
These are open-source application components that you can plug into any project.
- django-authopenid - Django authentification application with openid using django auth contrib
- django-databasetemplateloader - A Django template loader which loads templates from the database
- django-mobileadmin - The Django admin interface optimized for iPhone/iPod touch
- django-registration - A simple, generic user-registration application for Django
- django-robots - A simple application for Django to manage robots exclusion files (robots.txt) via admin interface
- django-tagging - A generic tagging application for Django
- django-voting - A generic voting application for Django
- GoFlow - A workflow engine for django inspired by the zope2 product Openflow
- django-googlemap - get your site GoogleMaps-enabled (in development)
- django-simplecms - A simple cms As Simple As Possible but Extensible.
- snapboard - Python Forum/Bulletin-Board for Django
- Zope3 Page Templates - Makes Zope3 Page Templates available to Django sites.
- SimpleTAL Templates - Makes SimpleTAL Page Templates available to Django sites.
- Sphene Community Tools - (SCT) django forum (bulletin board) and wiki applications which can be easily integrated into custom django projects. BSD.
- django-xmlrpc - a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
- DMigrate tool to migrate Django databases easily.
- django-simpleaggregation A component which allows for (simplistic) aggregation of data about Django models.
- django-lifestream A generic application for the Django framework that lets you combine multiple RSS and Atom feeds into one lifestream-style page.
- django-sslauth SSL client certificate authentication and validation
- django-cas YaleCAS (Central Authentication Service) plugin for user authentication
- django-event-calendar A event calendar application component
- django-sphinx A full-text search integration with Django using the Sphinx engine
- kss.django A django application for integration of AJAX with KSS.
- comments A comment application to allow users top post comment on your website. Inspired by freecomments.
- Photologue A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
- django-diario A pluggable weblog application for Django Web Framework.
- djapian A full-text search integration with Django using Xapian
- django-page-cms A simple multilingual paged cms for Django
- django-mssql An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk
- Blogmaker A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
- django-pingback Pingback implementation for Django
- Django MPTT - Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.
- 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.
- 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
- django-fleshin - Fleshin is a pluggable photo management application for Django Web Framework.
- django-queue-service - A lightweight, open-source queueing mechanism along the lines of the Amazon Simple Queue Service.
- django-forum - A lightweight Forum application that plugs straight into your existing Django project.
- django-rosetta - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.
- django-graphs - An extensible graphing engine using the Cairo graphics and FreeType libraries.
- django-geo – A generic, easy-to-use location-awareness application.
- django-feedclowd – The lifestreaming application that powers feedclowd.com
- django-yacaptcha - Customizable and easy to use captcha application for Django.
- django-localeurl - Specify the page language on the URL.
Open-Source Django projects
These are stand-alone applications written using Django.
- Django-based projects at Google Code Hosting.
- 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.
- Diamanda Wiki and MyghtyBoard Forum: A wiki and forum. GPL.
- Custard/Melt: A work-in-progress community Web app developed by Greenpeace. LGPL.
- Zyons: A forum/community application.
- WorkStyle: A "Get Things Done" to-do list management application.
- Stockphoto: A simple photo gallery by Jason McBrayer.
- Feedjack: A planet/feed aggregator by Gustavo Picón. Sample sites: http://django.feedjack.org/, http://gnome.feedjack.org/, http://newsclick.mobbing-gegner.de/.
- FFSomething: A suite for managing open wireless mesh networks
- BookMaker: An open-source Web application for managing small parimutuel betting pools (Browse source).
- RISE Project (Resources and Information for Success in Education): A project to manage and publish academic catalog information, including programs, courses, and schedules. BSD.
- IP-to-country application: Allows you to get the country flag of comments.
- notmm: Multi-purpose and portable web toolkit for Django (Apache License Version 2.0/BSD-style License.)
- FileBrowser - An extension to the Django admin interface.
- tracregator - a Django app which collects tickets from multiple trac sites into one page
- Blog - weblog, portfolio, cv
- Sphene Community Tools - (SCT) board and wiki applications which can be easily integrated into custom django projects. BSD.
- djazz - Application and Utilitiy Collection.
- djangosnippets.org - Code-sharing site with source code available.
- Satchmo - the Django e-commerce project.
- Babik - A django based MPD client
- bcfg2 Dynamic Reports - bcfg2 provides a Reporting Facility based on Django (bcfg2 is a configuration management system like cfengine)
- PyLucid CMS - A lightweight content management system. Ideal for Shared-Webhosting: No shell account needed. Run at least with CGI. (GPL)
- Evennia - A feature-liberal MUD server based on Django and Twisted. Heavy web integration, easily scriptable/extendable in Python.
- tracka.info - Share media file with small team or family. New BSD.
- Feedme - Another RSS feed aggregator, aimed more for personal use than Feedjack.
- frePPLe An open source framework for production planning applications, with a Django user interface.
- Sleepy Django Build static websites from Django templates.
General
- RunningDjangoTests: How to run the Django tests
- Django API: Autogenerated Django API documentation
- Django API: Another autogenerated Django(0.96) API documentation -from svn revision 6525 17/10/2007
- 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
- Do's and Dont's for application writers: how to make an application that is easy to distribute
- Mindmap Cheat Sheet for the Generic Views API as described in 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!)
- Making Custom form fields: Adventures in making new form fields.
- Custom Upload Fields with Template Filters: extra features for upload fields.
- Developer Documentation: Documentation about the internals of Django.
- User-contributed middleware
- Djangoutils: Miscellaneous Django utilities.
- Initial SQL data using Django ORM: How to do it.
- Alter Model's Storage: Automatically changing a table to suit your app & database.
- Using Django and PureFTPd: How to use Django's user database in PureFTPd. Surprisingly
- 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.
- 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.
- Dynamic models: Information on creating models at run-time and how to work with them.
- Newforms Howto: Lllama's handy how-do-I guide for newforms admin.
- Django Cheat Sheet (covers Django 0.97-pre-SVN-6826)
Installing and configuring Django
- Server arrangements: How to use Django with FCGI, Twisted, etc.
- Setup on Mac OS X Tiger: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg.
- WindowsInstall - install django on Windows in 5 minutes (using sqlite and the internal webserver)
- Django, lighttpd and FastCGI: A book-like documentation about running django with Lighttpd
- MovablePythonInstall - install Django on a USB stick using Movable Python
- DjangoOnAStick - Install Django on a USB stick.
- DjangoAndNginx - Install Django on Ubuntu with NginX through FastCGI.
- DjangoAndPyPy - Install Django on PyPy.
Development environment
- Simple Bash Script To Setup Development Environment: An example of how to set up your development environment.
- 'django-settings' Bash function: Save the typing of DJANGO_SETTINGS_MODULE.
- Django development with Vim: Hints and tips for using the Vim editor.
- A python script for parsing settings.py: A small python script can be used to read, modify, save settings.py file.
- A python script for parsing urls.py: A small python script can be used to read, modify, save urls.py file.
- Profiling Django: How to use the Python hotshot profiler with Django
- Greasemonkey script for djangoproject.com: Shortens titles to faciliate better tab browsing of Django's documentation
- SimpleDebugThroughExceptions: Very simple method for print debug info.
- SimplePrintAppForDebugging: A simple print app for debugging.
- DebuggingDjangoWithWinpdb: Debugging Django apps with Winpdb
- DbDumpScript: A python script can be used for dumpping and loading data from database.
- Simple Schema Migration for Django – Simple tool for managing automated schema migrations
- Django doctest coverage: Patch so
python manage.py test
reports code coverage in HTML. - Configuring pydev to work with django: Development django with pydev in Eclipse IDE.
- How to debug django web application with autoreload.: How to debug django web application with autoreload in Eclipse pydev plugin.
- Instant Django. A portable Django development environment for Windows. No installation required, and it can even be run from a USB key.
- Multiple configurations How to setup your project with multiple configurations for development, testing and production
Templates
- ExtendingAdminTemplates
- TemplateTagsCheatSheet - A quick list of all the template tags.
- Using Myghty Templates in Django - How to use Myghty templates in Django
- Zope3 Page Templates for Django – Add-on allowing to use ZPT in Django
- PHP template loader - Integrate Django templates into an existing PHP based site
- SimpleTAL Templates - Makes SimpleTAL Page Templates available to Django sites as a templating language
- Mako and Genshi Templates - Integrate Mako and Genshi with Django (more info)
- GHRML Templates - HAML -like syntax for Genshi, which can also be integrated with Django as above
Code examples
- Ajax/DHTML shopping basket in Django example
- ContentBBcode Parser - How-to make pluggable special-tag parser
- Reading Binary Files - How to read Baldurs Gate II character files and display data about the character
- Ajax and Django, using Dojo How to submit a form using Ajax with Dojo.
- Ajax and Django, using YUI How to make ajax work with Django with Yahoo! UI Library.
- LDAP Django Auth Backend: Dead-Simple LDAP in Django with Backends
- Add Dojo Editor: How to add a rich-text editor to administration pages with Dojo.
- Custom TinyMCE Widget: How to create a custom TinyMCE widget using django.newforms
- Simple 'scaffolding': Spew out simple form fields as a base for modification
- More about scaffolding: Spew out simple forms for your whole app, including automated urls
- Generic URL Generator: Generate URLs when using generic views
- Model 'middleware': Add pre/post save/delete callbacks to any model.
- Simple Custom Manipulators: Spews out a custom manipulator for your model, primed and ready for tweaking.
- Auto All-Apps Module: Simple package with all the installed app modules underneith it.
- Safe Settings context processor: Provide template access to your settings variables.
- Form Generator: Simple script to spew out a newform from a given model.
- How to find items that are not used: doing Left Outer Joins with Django's ORM.
Web services/APIs
- Django Rest Interface - A generic REST interface for Django
- FacebookIntegration - Integrating Facebook with Django
- A Google search engine front end in Django tutorial
- XML-RPC Example of doing XML-RPC in Django
- JSON-RPC Example of doing JSON-RPC in Django
- WebServices: An example showing how to access a web service (Amazon.com) using Python.
- FlickrIntegration - One way of integrating flickr with Django
- GoogieSpell - Spell checking TextFields with GoogieSpell.
- Django and AST - Using Django with Amazon Site Thumbnail.
- AmazonSimpleStorageService - Version of FileField which will store your files on amazon's storage service
- django-gadgets A contrib that makes easily create Google Gadgets for iGoogle and OpenSocial websites.
Tutorials on the Web
Presentations
- 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.
- Python Web development with Django: A presentation in pseudo-PowerPoint format that provides a good overview.
- The Django Web Application Framework: From the ACCU UK Python track, April 2006
- Jacob's Google Tech Talk - "Web Development for Perfectionists with Deadlines"
- Tout savoir sur Django (french) - Presentation in June 07 at French Python Days, overview + advanced tips.
Resources in other languages
- Translation grid for documents in '/docs': A work in progress translation project.
- Italian Django Tutorial: An Italian Django tutorial step by step. [Italian]
- Chinese Django Tutorial: A Chinese Django tutorial step by step. [Chinese]
- Jarosław Zabiełło Blog: Various Django tips and tutorials [Polish]
- Biblioteka Pythona: Polish documentation and examples [Polish]
- French translation of Django documentation
- Django-fr : French community and documentation.
- Django-de : German Django community and documentation.
- Django.gr : Greek Django community/user group
- Django Brasil : Brazilian Django community/user group and documentation.
- Django Brasil Wiki: To organize suggestions and ideas.
- Django.es : A Spanish Django community.
- Łukasz Anwajler blog : Django snippets and tutorials [Polish]
Community
- The Django Forum : A forum devoted to Django development. Good Place to get help with you Django questions.
- Django People : A site to help Django developers find like-minded souls near them.
- Developers for hire: Community members available to do Django work.
- Django-friendly Web hosts
- Official Django badges
- Official Django logos
- DjangoUsers: User community about django.
- Pybots: Continuous integration testing of the Django development trunk against latest changes to the Python 2.5 maintenance branch and 2.6 development trunk.
- django-hotclub: Forum for discussing Django application development
Note:
See TracWiki
for help on using the wiki.