django-rest-framework-api-key icon indicating copy to clipboard operation
django-rest-framework-api-key copied to clipboard

Does this app support Python 3.6.x and Django 1.11.x?

Open angelapp opened this issue 7 years ago • 1 comments

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!

angelapp avatar Jun 28 '17 14:06 angelapp

Yes it works.

flexpeace avatar May 22 '18 19:05 flexpeace