You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 comment the line of this app in the INSTALLED_APPS, the error disappears.
Thanks!
The text was updated successfully, but these errors were encountered: