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... 🦄)
To use this app you will need an API Token provided by the Play Cricket Helpdesk.
-
Install
pip install crickly-playcricket
-
Add
cricket.core
andcricket.playcricket
to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...
'cricket.core',
'cricket.playcricket',
]
- Run
python manage.py migrate
to create the cricket models.