manosim / django-rest-framework-api-key

An extra layer of authentication for Web APIs made with Django REST Framework
BSD 2-Clause "Simplified" License
92 stars 30 forks source link

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

Open angelapp opened 7 years ago

angelapp commented 7 years ago

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!

flexpeace commented 6 years ago

Yes it works.