Skip to content

sadi22/riseofthetigers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rise of the Tigers

This is a django based cricket news blog .It offers:

  • Live Cricket Score
  • Scorecard
  • A simple Poll

Version

1.0.0

Requirements

  • python 2.7
  • django == 1.9
  • django-autoslug
  • django-contrib-comments
  • datetime
  • django-stdimage
  • beautifulsoup4
  • django-taggit
  • flask

Installation

1. git Clone

$ cd /path/to/your/workspace
$ git clone https://github.com/sadi22/riseofthetigers.git

2. virtualenv

$ cd riseofthetigers
$ virtualenv myENV

Activate the virual environment

3. requirements

$ pip install -r requirements.txt

4. Initialize the database

$ python manage.py makemigrations
$ python manage.py migrate

Ready? Go!

$ python manage.py runserver

Want to contribute? Great!

About

Django Cricket News Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors