Skip to content

Commit 0dd37c6

Browse files
committedJan 23, 2010
updated documentation
1 parent 4fb0031 commit 0dd37c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Automatically generated unique model slugs for Django models.
88
To install `django-sluggable`, simply check out the repository from GitHub
99
and run `python setup.py install` to install the Python package.
1010

11+
After installing, add `sluggable` to your Django settings'
12+
[`INSTALLED_APPS`](http://docs.djangoproject.com/en/dev/ref/settings/#installed-apps)
13+
tuple.
14+
1115
## Usage
1216
To add automatic slugs to a model, just have your model class extend
1317
`sluggable.models.SluggableModel`.

0 commit comments

Comments
 (0)
Please sign in to comment.