Django Magic Cards

https://badge.fury.io/py/django-magic-cards.svg https://travis-ci.org/pbaranay/django-magic-cards.svg?branch=master https://codecov.io/gh/pbaranay/django-magic-cards/branch/master/graph/badge.svg

Django Magic Cards is a pluggable Django app for the Oracle text of all Magic: the Gathering cards.

Documentation

The full documentation is at https://django-magic-cards.readthedocs.io.

Quickstart

Install the package:

pip install django-magic-cards

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'magic_cards.apps.MagicCardsConfig',
    ...
)

Add Django Magic Cards’ tables to your the database:

./manage.py migrate magic_cards

Populate the card database:

./manage.py import_magic_cards

Acknowledgments

Disclaimer

The literal and graphical information presented in this software about Magic: the Gathering, including Oracle text and card images, is copyright Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc. This project is not produced by, endorsed by, supported by, or affiliated with Wizards of the Coast.