Commit 59883cc9 by Florian Apolloner

Merge pull request #142 from carltongibson/develop

Update getting_started.txt
parents de544253 0fe88c08
......@@ -9,6 +9,8 @@ To get started using ``django-taggit`` simply install it with
Add ``"taggit"`` to your project's ``INSTALLED_APPS`` setting.
Run `./manage.py syncdb` or `./manage.py migrate taggit` if using South.
And then to any model you want tagging on do the following::
from django.db import models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment