Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombreit/ddam
Django Digital Asset Management
https://github.com/tombreit/ddam
asset-managment django webapp
Last synced: about 1 month ago
JSON representation
Django Digital Asset Management
- Host: GitHub
- URL: https://github.com/tombreit/ddam
- Owner: tombreit
- Created: 2023-03-09T22:21:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T12:54:10.000Z (8 months ago)
- Last Synced: 2024-05-19T13:51:33.611Z (8 months ago)
- Topics: asset-managment, django, webapp
- Language: Python
- Homepage: https://ddam.thms.de/
- Size: 306 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDAM
![Logo](ddam/static/branding/ddam-social-preview.png)
🖼 ➕ 🗃 ➕ ⚖️ **Django Digital Asset Management** (spoken as *da-miŋ*)
*Ever thought about using a spreadsheet to manage the licenses and copyrights of photos? Ditch the spreadsheet and use DDAM:*
A small, focused, feature arm, minimal, web based, work in progress system to link digital assets to licenses and track their use.
## 🏆 Features
* Store digital assets. Currently only images (jpg, png, svg, webp, ~~avif~~ etc.) are supported.
* Link licenses to assets.
* Track usage of assets.
* Web based, multi user
* (Optional) Login via LDAP/AD## 💪 Requirements
* Python 3
* npm## 🦘 Run
```bash
# Set your environment via .env
cp .env.dist .env# Build static files (css/js)
npm install && npm run build# Prepare Django
pip install --requirement requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```## 🛝 Demo instance
[https://ddam.thms.de/](https://ddam.thms.de/)
Please [poke me](mailto:[email protected]) if you would like an account.
## 👏 Thanks
I can't thank the people enough who make my work possible through their awesome and free ("free" as in "free speech") software and free projects.
My special thanks go to the projects:
* [Django](https://www.djangoproject.com/)
* [Bootstrap](https://getbootstrap.com/)
* ...and countless other (see `requirements.txt` and `packages.json`)
## 🐞 TestsPull requests welcome.
## ☄ Need help?
For support, feature requests, hosting/on-premise or whatever, please fill an issue or contact [Thomas Breitner via his website](https://thms.de/).