Skip to content

dcollinsn/django-magic-cards

Repository files navigation

Django Magic Cards

License Last Commit Dependabot Status Total alerts Patreon Buy me a Coffee?

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. However, it may be outdated, as I don't have comaint.

Quickstart

Install the package::

pip install -e git+git://github.com/dcollinsn/django-magic-cards.git@master#egg=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

  • MTGJSON for providing up-to-date card data.
  • Cookiecutter and cookiecutter-djangopackage for providing the structure for this project.

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

Releases

No releases published

Packages

No packages published