From 11a2b10af73967478307c93133c512afd9ffb727 Mon Sep 17 00:00:00 2001 From: Mauricio Antunes Date: Wed, 18 Jun 2014 01:14:40 -0300 Subject: [PATCH] Updating usage docs Alerting to include simple_history to INSTALLED_APPS. --- docs/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index b5305ef51..87fb915f9 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -19,6 +19,8 @@ Install from PyPI with ``pip``: Quickstart ---------- +Add ``simple_history`` to your ``INSTALLED_APPS``. + To track history for a model, create an instance of ``simple_history.models.HistoricalRecords`` on the model.