aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter/quickstart.rst
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-30 16:31:15 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-30 16:31:15 -0700
commit9a899af02b6dbd2792482f39405d22e0361c8bf6 (patch)
tree6168a5e82e48367b873820add9116af76249d6cf /docs/source/pluginwriter/quickstart.rst
parentd1c9ef47c43d33f265d93ef2ded23fcbb9213999 (diff)
parent0e4d6221fae26709d7ad32f40318df874b570bf8 (diff)
downloadmediagoblin-9a899af02b6dbd2792482f39405d22e0361c8bf6.tar.lz
mediagoblin-9a899af02b6dbd2792482f39405d22e0361c8bf6.tar.xz
mediagoblin-9a899af02b6dbd2792482f39405d22e0361c8bf6.zip
Merge remote-tracking branch 'upstream/master' into basic_auth
Diffstat (limited to 'docs/source/pluginwriter/quickstart.rst')
-rw-r--r--docs/source/pluginwriter/quickstart.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/pluginwriter/quickstart.rst b/docs/source/pluginwriter/quickstart.rst
index b5a63f79..6d45ea36 100644
--- a/docs/source/pluginwriter/quickstart.rst
+++ b/docs/source/pluginwriter/quickstart.rst
@@ -178,8 +178,10 @@ That's it for the quick start!
Where to go from here
=====================
-See the documentation on the plugin API for code samples and other
-things you can use when building your plugin.
+See the documentation on the :ref:`plugin-api-chapter` for code
+samples and other things you can use when building your plugin. If
+your plugin needs its own database models, see
+:ref:`plugin-database-chapter`.
See `Hitchhiker's Guide to Packaging
<http://guide.python-distribute.org/>`_ for more information on