Version 1 (modified by 16 years ago) ( diff ) | ,
---|
Collaboration on GitHub
This page gives guidelines for distributed collaboration on implementing Django features.
1. Install git
On Ubuntu:
- it makes sense to use the latest git (1.6), there is a personal package archive that provides backports to all Ubuntu releases since Hardy at https://launchpad.net/~smartlounge/+archive
- add
deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main
to/etc/apt/sources.list
- install git
$ apt-get install git
2. Fork the automatically updated copy of Django trunk on GitHub
Note:
See TracWiki
for help on using the wiki.