Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 929 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 929 Bytes

Crickly-playcricket 🏏

Crickly-PlayCricket is an extension to Crickly. It links the core app with the ECB Play Cricket System.

📝 Note: Development is still in progress and not in a stable state. I doubt it'll (know it wont) work yet! 🤪

Detailed documentation is in the "docs" directory. (Not produced yet. So instead heres a unicorn... 🦄)

Quick start 🛫

To use this app you will need an API Token provided by the Play Cricket Helpdesk.

  1. Install pip install crickly-playcricket

  2. Add cricket.core and cricket.playcricket to your INSTALLED_APPS setting like this

    INSTALLED_APPS = [
        ...
        'cricket.core',
        'cricket.playcricket',
    ]
  1. Run python manage.py migrate to create the cricket models.