Skip to content

A pluggable Django app for the Oracle text of all Magic: the Gathering cards

License

Notifications You must be signed in to change notification settings

pbaranay/django-magic-cards

Repository files navigation

Django Magic Cards

https://travis-ci.org/pbaranay/django-magic-cards.svg?branch=master

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.

About

A pluggable Django app for the Oracle text of all Magic: the Gathering cards

Resources

License

Stars

Watchers

Forks

Packages

No packages published