项目作者: Crickly

项目描述 :
An extension for Crickly, to link with ECB Play Cricket
高级语言: Python
项目地址: git://github.com/Crickly/crickly-playcricket.git
创建时间: 2018-12-17T15:51:28Z
项目社区:https://github.com/Crickly/crickly-playcricket

开源协议:GNU General Public License v3.0

下载


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

  1. INSTALLED_APPS = [
  2. ...
  3. 'cricket.core',
  4. 'cricket.playcricket',
  5. ]
  1. Run python manage.py migrate to create the cricket models.