-
I followed the docs to set up `drf-yasg` but i kept getting this error. I even tried removing all my paths to leave only the schema paths and I'm still getting the error.
Here are my deps:
```
ce…
-
I'm trying to run a Task inside a View in Django however I'm getting this error in the title.
### settings.py | INSTALLED_APPS and HUEY
```python
INSTALLED_APPS = [
'django.contrib.auth',
…
-
I was just trying to integrate channels into an existing django/DRF project and I have been running into an issue where my original urls paths are breaking in runserver. My root index view leads to 30…
-
@thedrow @georgepsarakis It would be great if we can release the beta version of 4.3 by December 1st. before that, we need to release py-amqp. kombu and other dependencies first though. it's a soft re…
-
[简述你的问题]
1.mysql 在jumpserver之前安装的,提示没有
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
2.已安装pymysql,mysqlclient 仍然提示
django.core.exceptions.ImproperlyC…
-
Environment:
Request Method: POST
Request URL: http://localhost:9000/o/token/
Django Version: 1.6.11
Python Version: 2.6.6
Installed Applications:
('django.contrib.admin',
'django.contrib.auth',
'…
-
I have a React frontend at `foo.com` and DRF backend at `api.foo.com`. If I refresh the page a bunch of times I end up with results that look like this:
- 5x -> loads successfully
- 1x -> 502 Erro…
-
## Specify type:
- Bug
### Priority:
- Medium
___
## Description:
When accessing the quipucords server in Chrome through the GUI, I am able to log in, which directs me to /client, but then t…
-
I have got this error:
```
Internal Server Error: /openid/callback/login/
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", li…
-
Hi,
Following the documentation (Hyperlinks for nested resources )I was able to build an API Nesting objects. I do however have a situation in my API where I want the following two API views:
/chi…