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
- Host: GitHub
- URL: https://github.com/jmbowman/media_library
- Owner: jmbowman
- License: mit
- Created: 2011-10-10T23:16:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T21:43:57.000Z (over 10 years ago)
- Last Synced: 2025-01-12T19:45:06.468Z (5 months ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.