aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2012-10-09 12:01:17 +0100
committerTom Christie2012-10-09 12:01:17 +0100
commit115e61be0900b3d5dd93ff84f20629311aceff9f (patch)
treef8a521e65ee4a3671acd3c512cddc1f613c97d82 /docs/index.md
parentdc52ceaaa273f3d3b5248c2ebf655a747fa516db (diff)
downloaddjango-rest-framework-115e61be0900b3d5dd93ff84f20629311aceff9f.tar.bz2
Added quickstart guide
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index f9795c1a..6a9f7980 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -58,6 +58,7 @@ Note that the base URL can be whatever you want, but you must include `rest_fram
## Quickstart
+Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.
## Tutorial
@@ -118,6 +119,12 @@ Run the tests:
./rest_framework/runtests/runtests.py
+## Support
+
+For support please see the [REST framework discussion group][group], or try the `#restframework` channel on `irc.freenode.net`.
+
+Paid support is also available from [DabApps], and can include work on REST framework core, or support with building your REST framework API. Please contact [Tom Christie][email] if you'd like to discuss commercial support options.
+
## License
Copyright (c) 2011-2012, Tom Christie
@@ -149,6 +156,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[markdown]: http://pypi.python.org/pypi/Markdown/
[yaml]: http://pypi.python.org/pypi/PyYAML
+[quickstart]: tutorial/quickstart.md
[tut-1]: tutorial/1-serialization.md
[tut-2]: tutorial/2-requests-and-responses.md
[tut-3]: tutorial/3-class-based-views.md
@@ -183,3 +191,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[migration]: topics/migration.md
[changelog]: topics/changelog.md
[credits]: topics/credits.md
+
+[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
+[DabApps]: http://dabapps.com
+[email]: mailto:tom@tomchristie.com \ No newline at end of file