= Django source code repository and wiki = Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. == Browse code 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. * See our [http://www.djangoproject.com/download/ download page] for download instructions. == Get involved == * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: The lowdown on how our community works. * [http://code.djangoproject.com/report/1 Tickets]: View active tickets, make bug reports and contribute feature requests. * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. == Example applications (With Source Code/Templates) == * [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. * [https://svn.greenpeace.org/viewvc/viewcvs.py/custard/production/ Custard/Melt]: Source code for application developed using Django. * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery ] : Source for a "Gallery with a twist" (by Georg Bauer) * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for A simple CMS] : written with Django (Georg Bauer) ( A site [http://rfc1437.de/] : using this simple CMS system.) * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for an IRCLogger] : done in Django (Georg Bauer) * [http://sourceforge.jp/projects/workstyle/ WorkStyle] - GTD TODO Management Application. [http://django.everes.net/WorkStyle/ sandbox] and [http://trac.everes.net/workstyle/browser/WorkStyle trac] is available too. == Sites Using Django == * [wiki:DjangoPoweredSites Django-powered sites] : List your Django powered 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 dj@126.pl. * [http://djangoutils.python-hosting.com/ Djangoutils]: Trac/Subversion with miscellaneous Django utilities (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities). == 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 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute * 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. * [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. * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!) * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor. * [wiki:SnakesAndRubiesTranscript Snakes and Rubies Transcript]: Currently a partial transcript of the Snakes and Rubies meeting videos. * [wiki:WebServices WebServices]: An example showing how to access a web service (Amazon.com) using Python. * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file. * [wiki:ChineseDjangoTutorial Chinese Django Tutorial]: A Chinese Django tutorial step by step. * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg. == Under discussion == * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch. * [wiki:DescriptorFields Descriptor Fields]: Replacing the various {{{get_*}}} methods with attribute access syntax. * [wiki:ModelInheritance Model Inheritance]: Subclassing and model inheritance. * [wiki:VersionOneFeatures Version One features] * [wiki:Localization Localization (l10n)] * [wiki:UnicodeInDjango Streamlinging Unicode Usage] * [wiki:AJAX AJAX and Django] * [wiki:NewAdminChanges New-admin changes]: The admin code was recently refactored. This explains what's new. == Community == * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work. * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts]