Adding rest_framework to the INSTALLED_APPS so that the explorable API browser works.

This commit is contained in:
Gregor Müllegger 2013-05-19 10:09:04 +02:00
parent c7f935cd1c
commit 944a846eb3

View file

@ -121,6 +121,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'django_coverage',
'rest_framework',
'djadmin2',
'blog',
)