From 53ce7038254817b3da14d584e605b242f0434416 Mon Sep 17 00:00:00 2001 From: Samuel Spencer Date: Fri, 21 Aug 2015 12:35:59 +0000 Subject: [PATCH] final packaging :wine_glass: --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 608ae9e..ce9dac3 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ variable from your projects ``settings.py`` file that make it `extra spicy`:: 'exclude':{'auth':['user']} } -In the above dictionary, the settings mean: +In the above dictionary, the following settings are used: * ``apps`` is a list of apps you want to show in the graph. If its `not` in here it `won't be seen`. * ``show_fields`` is a boolean that states if the field names should be shown in the graph or just in the however over. For small graphs, you can set this to `True` to show fields as well, but as you get more models it gets messier.