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.
- Host: GitHub
- URL: https://github.com/dcwatson/juque
- Owner: dcwatson
- Created: 2012-12-06T03:49:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T03:40:40.000Z (almost 13 years ago)
- Last Synced: 2025-04-09T21:43:15.242Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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