We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
django application for audiovisual document archive
docker-compose build
docker-compose run --rm django python manage.py migrate
docker-compose run --rm django python manage.py loaddata [/path/to/file]
docker-compose up
docker-compose run --rm django python manage.py shell
docker-compose run --rm django python manage.py createsuperuser
http://localhost:7000/
http://localhost:3000/
http://localhost:3001/
docker-compose run --rm django python manage.py coverage run -m pytest && coverage report -m