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

https://github.com/jmbowman/media_library

Django web application for managing a multi-owner media library
https://github.com/jmbowman/media_library

Last synced: 3 months ago
JSON representation

Django web application for managing a multi-owner media library

Awesome Lists containing this project

README

        

This is a simple Django application I created to keep track of Blu-ray discs
and such owned among my group of friends so we can coordinate purchases and
know whom to ask to borrow things. It assumes that things like users and media
types are configured either in a JSON file to be imported or directly in the
database or admin interface. If I have time, I'll come back to it to add a
few features and make it a little more admin-friendly.