diff options
| author | Marko Tibold | 2011-12-30 18:46:18 +0100 |
|---|---|---|
| committer | Marko Tibold | 2011-12-30 18:46:18 +0100 |
| commit | e82ab8ea31de5a89470dd039e426af0e16df54f8 (patch) | |
| tree | 0344084391d9df3feea02fa9a328747c1af2e5d5 /docs/howto.rst | |
| parent | 2394fc70d1c33def374014226e7648db12562af1 (diff) | |
| download | django-rest-framework-e82ab8ea31de5a89470dd039e426af0e16df54f8.tar.bz2 | |
Added a simple example of how to use urllib and urllib2 to interact
with an api.
Diffstat (limited to 'docs/howto.rst')
| -rw-r--r-- | docs/howto.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/howto.rst b/docs/howto.rst new file mode 100644 index 00000000..8fdc0926 --- /dev/null +++ b/docs/howto.rst @@ -0,0 +1,8 @@ +How Tos, FAQs & Notes +===================== + +.. toctree:: + :maxdepth: 1 + :glob: + + howto/* |
