aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-01 22:37:51 +0000
committertom christie tom@tomchristie.com2011-02-01 22:37:51 +0000
commit6ce5b643fbeab322d85dbaed87d11ffb950c5bed (patch)
treee08ad4cc8f465390564a3003daf8cf04b708438b /examples/settings.py
parent196c21f37632e213702995651fd739426b6ee13a (diff)
downloaddjango-rest-framework-6ce5b643fbeab322d85dbaed87d11ffb950c5bed.tar.bz2
Added resourceexample, moved simpleexample to modelresourceexample
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/settings.py b/examples/settings.py
index 4aa5dd00..865dc394 100644
--- a/examples/settings.py
+++ b/examples/settings.py
@@ -95,7 +95,9 @@ INSTALLED_APPS = (
'django.contrib.messages',
#'django.contrib.admin',
'djangorestframework',
- 'simpleexample',
+
+ 'resourceexample',
+ 'modelresourceexample',
'objectstore',
'pygments_api',
'blogpost',