Version 2 (modified by 12 years ago) ( diff ) | ,
---|
DVCS mirrors
If you have a branch of Django maintained with a DVCS tool, please add it below.
Bazaar
Launchpad mirrors Django's trunk: https://launchpad.net/django
You can fetch it with:
bzr branch lp:django
Mercurial (hg)
- Official mirror: It's hosted on Bitbucket, it is updated every five minutes: http://bitbucket.org/django/django (warning This one is currently broken and is not updated anymore since the move to git)
- Unofficial mirror: It's not an official one, but it is maintained, and follows the git repository. http://bitbucket.org/orzel/django
- See MercurialBranches for how to use hg with Django
Other repositories
- GeoDjango Mercurial: includes
gis-newforms
(a merge of thegis
andnewforms-admin
branches), example code, and other geospatial goodies. - django_r13404: A stable Django 1.3.x branch maintained by gthc.org with custom/experimental patchsets.
Note:
See TracWiki
for help on using the wiki.