Skip to content

Crickly/crickly-playcricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.