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/settings.py | |
| parent | 196c21f37632e213702995651fd739426b6ee13a (diff) | |
| download | django-rest-framework-6ce5b643fbeab322d85dbaed87d11ffb950c5bed.tar.bz2 | |
Added resourceexample, moved simpleexample to modelresourceexample
Diffstat (limited to 'examples/settings.py')
| -rw-r--r-- | examples/settings.py | 4 |
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', |
