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:
Clone the repository
Install the package in development mode:
$ pip install -e path/to/repositoryCreate a test django project and add jukedj to the installed apps.
Develop jukedj, write tests and commit your changes.
Test the app. If tests are successful create a new release.