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

An extra layer of authentication for Web APIs made with Django REST Framework

Results 12 django-rest-framework-api-key issues
Sort by recently updated
recently updated
newest added

Hi @manosim and all :wave: Is this package unmaintained? The latest accepted PR was in September 2016 and there are a few pending PRs from up to March 2017. :thinking:...

I've added it to installed apps: `OTHER_APPS = [ 'custom_user', 'rest_framework', 'rest_framework.authtoken', 'rest_framework_api_key', 'rest_framework_bulk', 'djoser', 'storages', # To store files in DO Spaces 'django_extensions', # To generate models graphs #'rest_framework_swagger',...

Added api key config default settings. By this request meta key can be overwrite from settings.

Is there a way to do this instead of using the default? Would be nice to be able to overwrite this in settings.py Also I want to use an existing...

I reckon there should be a setting to override this. What's the point in assigning keys if I can't delete them when things change I can no longer trust the...

This expands on PR #10 and #12 by fixing [issues with Travis and Python 3.5](https://github.com/travis-ci/travis-ci/issues/4794) by leveraging [`tox-travis`](https://pypi.python.org/pypi/tox-travis). Travis runs with a matrix of Python versions and `tox-travis` detects the...

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:...

When I try to run the application after I install this I get an ImportError: cannot import name BulkListSerializer. Any suggestions?