We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb0031 commit 0dd37c6Copy full SHA for 0dd37c6
README.markdown
@@ -8,6 +8,10 @@ Automatically generated unique model slugs for Django models.
8
To install `django-sluggable`, simply check out the repository from GitHub
9
and run `python setup.py install` to install the Python package.
10
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
+
15
## Usage
16
To add automatic slugs to a model, just have your model class extend
17
`sluggable.models.SluggableModel`.
0 commit comments