Developer's Documentation ========================= Welcome to the developer's documenation. All necessary information for contributors who want to extend the project. There are a lot of guides for the general workflow in the jukebox-core project: http://pythonhosted.org/jukebox-core To get started: 1. Clone the repository 2. Install the package in development mode:: $ pip install -e path/to/repository 3. Create a test django project and add jukedj to the installed apps. 4. Develop jukedj, write tests and commit your changes. 5. Test the app. If tests are successful create a new release.