Version 74 (modified by 19 years ago) ( diff ) | ,
---|
Django source code repository and wiki
Django is available open-source under the BSD license.
Browse code online
- Browse source: See the full code via a Web interface.
- Timeline: Keep track of recent changes.
- See our download page for download instructions.
Get involved
- How to contribute to Django: The lowdown on how our community works.
- Tickets: View active tickets, make bug reports and contribute feature requests.
- Little, easy improvements: Get your feet wet by taking on one of these small tasks.
Example applications
- 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.
- Django-powered sites: List your site(s) here!
Code extras
- User-contributed middleware
- Zope3 Page Templates for Django
- Cheetah template for django: Generic views + cheetah's admin functions. Contact dj@….
- Djangoutils: Trac/Subversion with miscellaneous Django utilities (thumbnails, overLIB support, admin utilities).
User-contributed documentation
- Server arrangements: How to use Django with FCGI, Twisted, etc.
- CookBook: Code recipes.
- CommonPitfalls: Common developer errors, gotchas, etc.
- 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
- 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.
- Python Web development with Django: A presentation in pseudo-PowerPoint format that provides a good overview.
- TutorialInBrazilianPortuguese: Translation of the tutorial into BrazilianPortuguese.
- 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.
- ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)
Under discussion
- Removing the magic: All about the changes in the magic-removal branch.
- Version One features
- Localization (l10n)
- AJAX and Django
- New-admin changes: The admin code was recently refactored. This explains what's new.
Community
- Developers for hire: Community members available to do Django work.
- Django-friendly Web hosts
Note:
See TracWiki
for help on using the wiki.