aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-30 18:30:39 +0000
committertom christie tom@tomchristie.com2011-01-30 18:30:39 +0000
commit42f2f9b40d1295e18a5b720b0d1f6ad85e928d8a (patch)
tree458f97992bcd1348a413d21a5925f933ba7f74e3 /examples/settings.py
parent8a470f031eeccf45625c3e3e18a8743021b38d41 (diff)
downloaddjango-rest-framework-42f2f9b40d1295e18a5b720b0d1f6ad85e928d8a.tar.bz2
Rename to django-rest-framework, get simpleexample working
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/settings.py b/examples/settings.py
index 0ae3bf56..4aa5dd00 100644
--- a/examples/settings.py
+++ b/examples/settings.py
@@ -93,9 +93,10 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
- 'django.contrib.admin',
- 'flywheel',
- 'blogpost',
+ #'django.contrib.admin',
+ 'djangorestframework',
+ 'simpleexample',
'objectstore',
- 'pygments_api'
+ 'pygments_api',
+ 'blogpost',
)