Version 1 (modified by anonymous, 15 years ago) ( diff )

--

Collaboration on GitHub

This page gives guidelines for distributed collaboration on implementing Django features.

1. Install git

On Ubuntu:

  1. 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
  2. add deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main to /etc/apt/sources.list
  3. 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.
Back to Top