= 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. == 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. == Get the code == See our [http://www.djangoproject.com/download/ download page] for instructions. == User-contributed pages == * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts] * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc.