= Django source code repository and wiki = Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. == Browse and contribute online == * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface. * [http://code.djangoproject.com/timeline/ Timeline]: Keep track of recent changes. * [http://code.djangoproject.com/report/1 Tickets]: View active tickets, make bug reports and contribute feature requests. * [wiki:PatchGuidelines Patch guidelines]: Learn the best way to submit code. * [wiki:BranchPolicy Branch policy]: How branches are used in the repository and what guidelines apply. == Get the code == See our [http://www.djangoproject.com/download/ download page] for instructions. == Example applications == * [http://code.djangoproject.com/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (i.e., 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. * [wiki:DjangoPoweredSites Django-powered sites] -- List your site(s) here! == Code extras == * [wiki:ContributedMiddleware User-contributed middleware] * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django] * [http://126.pl/cheetah.tar.bz2 Cheetah template for django] + generic views + cheetah's admin functions, contact me at dj@126.pl == User-contributed documentation == * [wiki:ServerArrangements Server arrangements] -- How to use Django with FCGI, Twisted, etc. * CookBook -- Code recipes. * CommonPitfalls -- Common developer errors, gotchas, etc. * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes] -- A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release. * DocumentationSuggestions -- A place to put docs that you wish ''you'' could have found while learning * [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. * TutorialInBrazilianPortuguese - Translation of the tutorial into BrazilianPortuguese == Under discussion == * [wiki:VersionOneFeatures Version One features] * [wiki:Localization Localization (l10n)] * [wiki:AJAX AJAX and Django] * [wiki:NewAdminChanges New-admin changes] -- The admin code currently is being refactored in a separate Subversion branch. This explains the differences. == Community == * [wiki:DevelopersForHire Developers for hire] -- Community members available to do Django work. * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts].