manosim / manosim/django-rest-framework-api-key
Does this app support Python 3.6.x and Django 1.11.x?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 94
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the missing rest_framework_api_key import with Python 3.6.x and Django 1.11.x under Apache, then compare it with the working development runserver environment. Done means determining whether the package supports this combination and documenting or resolving the Apache import failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- api, authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100