Skip to content

MTG/metadb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

metadb

Installation

Docker

Setup:

Build the docker containers:

docker-compose build

Start all containers:

docker-compose up

Once the containers are up, you can initialise the database:

docker-compose run --rm web python manage.py init_db
docker-compose run --rm web python manage.py fixtures

To make a web token to submit/retrieve using the webservice

docker-compose run --rm web python manage.py addtoken --admin

About

A simple database containing metadata linked to musicbrainz ids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages