-
## Context
I have django project that works locally and in elasticbeanstalk. Now I'm trying to deploy it to AWS lambda using zappa. But I'm getting the following error even though the module urllib3 …
-
career_counseling_bot/
│
├── manage.py
├── requirements.txt
├── .env
│
├── career_counseling_bot/
│ ├── __init__.py
│ ├── settings.py
│ ├── urls.py
│ ├── wsgi.py
│ ├── asgi.py
│ ├── templa…
-
### Describe the bug
**context**
When I format files, I get output lines that sometimes start with "Failed", sometimes "Warning:", and sometimes "error:". It can be a bit confusing.
**expectati…
-
Apparently, logging does not work if the django project that uses dmpd does not have logging set up. dmpd should not require this.
-
I'm getting the following errors:
```
Top level Sentry exception caught - failed creating log record
Request exceeeded execution time threshold: %s
Traceback (most recent call last):
File "/Users/d…
-
I'd like to try and upstream as much of this backend as possible to the native Django pylibmc backend.
From what I can tell the main django-pylibmc features that might want to be upstreamed, are:
…
-
I have a Zulip in docker setup using the docker compose file from this repository (with environment variables changed to what I need) and I run it behind a reverse proxy. That requires some configurat…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* [x] I have …
-
My TOM includes custom applications used to analyze data on my Targets, in this case fitting a model to a Target lightcurve.
The app outputs its own logs, normally storing them to disk when run stan…
-
django-otp supports at least TOTP, static, and HOTP. It also provides a separate packages for YubiKey and Twilio support.
We should figure out a way to make django-allauth-2fa check any appropriate 2…