I am trying to create web services using the Django REST Framework. While running the server, when I try to access the admin page, I get the following error:
Invalid template library specified.
ImportError raised when trying to load
'rest_framework.templatetags.rest_framework': No module named 'django.core.urlresolvers'
Note: I have added the rest_framework
in the settings.