From 0fe88c08e1053a884315e84d1afca61744956eb2 Mon Sep 17 00:00:00 2001 From: Carlton Gibson <carlton.gibson@noumenal.co.uk> Date: Thu, 18 Jul 2013 12:18:19 +0200 Subject: [PATCH] Update getting_started.txt Mention syncdb/migrate. --- docs/getting_started.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started.txt b/docs/getting_started.txt index 5da3939..2eae67a 100644 --- a/docs/getting_started.txt +++ b/docs/getting_started.txt @@ -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 -- libgit2 0.26.0