When I run the project with the dev runserver tool, it'is ok, but when I try to run on the apache server, this doesn't found the module, this error raises:
ImportError: No module named 'rest_framework_api_key'
When I comment the line of this app in the INSTALLED_APPS, the error disappears.
Thanks!