Crickly-PCSP-BBB is an extension to Crickly. It adds support for ball by ball from Play-Cricket Scorer Pro. This extension also requires the Crickly-PlayCricket extension.
📝 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... 🦄)
-
Ensure you have
crickly.core
andcrickly.playcricket
in yourINSTALLED_APPS
-
Add
crickly.pcsp_bbb
to yourINSTALLED_APPS
INSTALLED_APPS = [
...
'crickly.core',
'crickly.playcricket',
'crickly.pcsp_bbb',
...
]
- Run
python manage.py migrate
to create the crickly models.