django-rest-framework-api-key
django-rest-framework-api-key copied to clipboard
Does this app support Python 3.6.x and Django 1.11.x?
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!
Yes it works.