Skip to content

Commit

Permalink
added information about Eric Holscher's screencast to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Dec 12, 2010
1 parent 96b7cdd commit 29b2532
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

Django Extensions is a collection of custom extensions for the Django Framework.

Getting it
Getting Started
===============

The easiest way to figure out what Django Extensions are all about is to watch the `excellent screencast by Eric Holscher`__. In a couple minutes Eric walks you through a half a dozen command extensions.

Getting It
==========

You can get Django Extentions by using pip or easy_install::
Expand All @@ -19,6 +24,8 @@ If you want to install it from source, grab the git repository from github and r
$ cd django-extensions
$ python setup.py install

For more information look

Documentation
=============

Expand All @@ -27,4 +34,5 @@ You can view documentation online at::

Or you can look at the docs/ directory in the repository.

__ http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/

8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Django Extensions is a collection of custom extensions for the Django Framework.
These include management commands, additional database field, admin extensions and
much more.

Getting Started
===============

The easiest way to figure out what Django Extensions are all about is to watch the `excellent screencast by Eric Holscher`__. In a couple minutes Eric walks you through a half a dozen command extensions.

Getting it
==========

Expand All @@ -26,6 +31,8 @@ If you want to install it from source, grab the git repository and run setup.py:
$ cd django-extensions
$ python setup.py install

For more detailed instructions check out our :doc:`installation_instructions`. Enjoy.

Contents
========

Expand Down Expand Up @@ -56,3 +63,4 @@ Indices and tables

* :ref:`search`

__ http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/

0 comments on commit 29b2532

Please sign in to comment.