This is a django based cricket news blog .It offers:
- Live Cricket Score
- Scorecard
- A simple Poll
1.0.0
- python 2.7
- django == 1.9
- django-autoslug
- django-contrib-comments
- datetime
- django-stdimage
- beautifulsoup4
- django-taggit
- flask
$ cd /path/to/your/workspace
$ git clone https://github.com/sadi22/riseofthetigers.git$ cd riseofthetigers
$ virtualenv myENVActivate the virual environment
$ pip install -r requirements.txt$ python manage.py makemigrations
$ python manage.py migrate$ python manage.py runserverWant to contribute? Great!