diff options
| author | tom christie tom@tomchristie.com | 2011-02-02 08:43:27 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-02 08:43:27 +0000 | 
| commit | fa1ec507655ce275e9b0c405cffe2575b0bb9365 (patch) | |
| tree | 236c025ea25d77cb877cd95da9c04b95cfc8aa15 /docs/howto/alternativeframeworks.rst | |
| parent | 02c29db85770959f563985abcad62fa6412c5a5c (diff) | |
| download | django-rest-framework-fa1ec507655ce275e9b0c405cffe2575b0bb9365.tar.bz2 | |
More improving of docs
Diffstat (limited to 'docs/howto/alternativeframeworks.rst')
| -rw-r--r-- | docs/howto/alternativeframeworks.rst | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/howto/alternativeframeworks.rst b/docs/howto/alternativeframeworks.rst new file mode 100644 index 00000000..c6eba1dd --- /dev/null +++ b/docs/howto/alternativeframeworks.rst @@ -0,0 +1,6 @@ +Alternative Frameworks +====================== + +#. `django-piston <https://bitbucket.org/jespern/django-piston/wiki/Home>`_ is excellent, and has a great community behind it.  This project is based on piston code in parts. + +#. `django-tasypie <https://github.com/toastdriven/django-tastypie>`_ is also well worth looking at.  | 
