diff options
| author | tom christie tom@tomchristie.com | 2011-02-01 22:37:51 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-01 22:37:51 +0000 |
| commit | 6ce5b643fbeab322d85dbaed87d11ffb950c5bed (patch) | |
| tree | e08ad4cc8f465390564a3003daf8cf04b708438b /examples/simpleexample/urls.py | |
| parent | 196c21f37632e213702995651fd739426b6ee13a (diff) | |
| download | django-rest-framework-6ce5b643fbeab322d85dbaed87d11ffb950c5bed.tar.bz2 | |
Added resourceexample, moved simpleexample to modelresourceexample
Diffstat (limited to 'examples/simpleexample/urls.py')
| -rw-r--r-- | examples/simpleexample/urls.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/simpleexample/urls.py b/examples/simpleexample/urls.py deleted file mode 100644 index 92e782dc..00000000 --- a/examples/simpleexample/urls.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.conf.urls.defaults import patterns, url - -urlpatterns = patterns('simpleexample.views', - url(r'^$', 'MyModelRootResource'), - url(r'^([0-9]+)/$', 'MyModelResource'), -) |
