Skip to content

Crickly/crickly-pcsp-bbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

Adds support for ball by ball from Play-Cricket Scorer Pro

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages