-
### Issue description
Pipenv does not find old virtualenv during docker-compose build.
Error: `Failed to load paths: /bin/sh: /root/.local/share/virtualenvs/-x-v5uFv0/bin/python: not found`
#…
chgad updated
4 years ago
-
When I run `python manage.py runserver`,and access to /doc in the browser, the error occurred.
```
TemplateDoesNotExist at /docs/
rest_framework_swagger/index.html
```
-
Initially reported in https://github.com/django/daphne/issues/163
I suspect this is due to the lack of calling close_old_connections, as seen in Channels 1 here: https://github.com/django/channels/…
-
使用的是docker-compose一键拉起的,保存配置是500错误,response如下:
RequestException at /siteapi/oneid/config/
[38f6aa1c-52df-11ea-ab4d-0242ac120005]request sign failed. No PEM start marker "b'-----BEGIN RSA PRIVATE K…
-
### Environment
* Python version: 3.6.8
* NetBox version: 2.6.11
### Steps to Reproduce
1. Create power feed with voltage, amperage, and max utilization set to 1
2. Create device with a power…
-
When I run `zappa deploy stag` I get following error in the cloud watch
```
[ERROR] ModuleNotFoundError: No module named 'user'
Traceback (most recent call last):
File "/var/task/handler.py", …
-
- Starting container de-attach mode
`sudo docker-compose -f /srv/fluffi/docker-compose.yaml up --force-recreate`
Saw error in log as "fluffiweb_1 | (pymysql.err.InternalError) Packet sequence num…
-
### Environment
* Python version: 3.5.2
* NetBox version: 2.6.6
### Steps to Reproduce
```
python3 manage.py nbshell
>>> ip = IPAddress(address = '192.168.43.56/24', family=4, status=1, de…
-
## Steps to recreate the bug
1. Set the registering parent to "Jon Stewart"
2. Sign up for any course for "Stephen Colbert"
3. Proceed to checkout
4. Update num sessions to 15
5. Select a paymen…
-
DRF: 3.2.5
Django: 1.8
PostgreSQL: 9.4
Python: 2.7.10
os: Windows 7-x64
**expected:**
a model with a PostgreSQL `ArrayField`, `base_Field` `models.FloatField` with `null=True` should serialize when a…