An open API service indexing awesome lists of open source software.

https://github.com/dcwatson/juque

A personal jukebox server written in Python.
https://github.com/dcwatson/juque

Last synced: 12 months ago
JSON representation

A personal jukebox server written in Python.

Awesome Lists containing this project

README

          

Juque
=====

A personal jukebox server written in Python.

Quick Start
===========

* Create a virtualenv and activate it
* pip install -r requirements.txt
* Edit settings.py (especially the JUQUE_ settings at the bottom)
* manage.py syncdb (create a superuser if you want to use the admin)
* manage.py scan (this can take a while, start small)
* manage.py runserver