Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 927 Bytes

Crickly-pcsp-bbb 🏏

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... 🦄)

Quick start 🛫

  1. Ensure you have crickly.core and crickly.playcricket in your INSTALLED_APPS

  2. Add crickly.pcsp_bbb to your INSTALLED_APPS

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