diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |