Skip to content

Commit

Permalink
Corrected quickstart instructions (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Aug 1, 2020
1 parent e2fec4c commit 908016c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Quickstart
==========

Install with ``pip install django-tagulous``, add ``tagulous`` to Django's
``INSTALLED_APPS``, then start adding tag fields to your model::
``INSTALLED_APPS`` and `define the serializers`__, then start adding tag fields to your
model::

from django.db import models
import tagulous
Expand Down Expand Up @@ -79,3 +80,5 @@ complex queries are simple::
As well as this you also get autocompletion in public and admin forms,
automatic slug generation, unicode support, you can build tag clouds easily,
and can nest tags for more complex categorisation.

__ http://radiac.net/projects/django-tagulous/documentation/installation/
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Instructions
'tagulous',
)

In the same file, tell Django to use the Tagulous serialization modules, so
3. In the same file, tell Django to use the Tagulous serialization modules, so
that Django can serialize tag fields (for fixtures etc)::

SERIALIZATION_MODULES = {
Expand Down

0 comments on commit 908016c

Please sign in to comment.