Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Added documentation covering using cricket on Django itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 14, 2013
1 parent 54c6e29 commit 29a0c7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ In your Django project, install cricket, and then run it::
$ pip install cricket
$ cricket-django

``cricket-django`` will also work in Django's own tests directory -- i.e., you
can use ``cricket-django`` to run Django's own test suite (for Django 1.6 or
later).

In a unittest project, install cricket, and then run it::

$ pip install cricket
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ In your Django project, install cricket, and then run it::
$ pip install cricket
$ cricket-django

``cricket-django`` will also work in Django's own tests directory -- i.e., you
can use ``cricket-django`` to run Django's own test suite (for Django 1.6 or
later).

In a unittest project, install cricket, and then run it::

$ pip install cricket
Expand Down

0 comments on commit 29a0c7f

Please sign in to comment.