Skip to content

A Digital Asset Management (DAM) system is a software solution that helps organizations store, organize, retrieve, and distribute digital assets efficiently. Digital assets refer to any form of digital content, including images, videos, audio files, documents, presentations, and more.

Notifications You must be signed in to change notification settings

permyakovaa/tau_dam

Repository files navigation

Tau Digigtal Assets Management system

To run website in Docker:

  1. Run docker compose
docker compose up --build
  1. Connect to app docker container
docker exec -it tau_dam bash
  1. Execute migrations
python3 manage.py migrate
  1. Add superuser
python3 manage.py createsuperuser
  1. Run cronjobs
env > env_list.txt
cron

About

A Digital Asset Management (DAM) system is a software solution that helps organizations store, organize, retrieve, and distribute digital assets efficiently. Digital assets refer to any form of digital content, including images, videos, audio files, documents, presentations, and more.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published