From de36b45bc8b645456449c15bdd7950ce48e6b0db Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 28 Mar 2012 20:46:43 +0200 Subject: Add first bits of a REST API relying on the django-rest-framework --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 181ebee..f5c54ad 100644 --- a/settings.py +++ b/settings.py @@ -130,6 +130,7 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'mongodb', + 'djangorestframework', ) # A sample logging configuration. The only tangible logging -- cgit