-
## Environment data
- debugpy version:1.5.0
- OS and version: W10
- Python version (& distribution if applicable, e.g. Anaconda): Venv for P3.8
- Using VS Code or Visual Studio:
Version: 1.6…
-
Currently users are required to set the `DJANGO_SETTINGS_MODULE` env var when auto-instrumenting Django. It would be convenient for the auto-instrumentation to be able to figure this out automatically…
owais updated
2 years ago
-
I've installed patchman on Ubuntu 20.04 using the repository way mentionend in the installation instructions.
After adding the allowed networks for sending reports I see errors in the patchman-client…
-
Is this project actively being maintained? I see a couple PRs submitted from last year without any movement.
-
I'm suggesting addition of a new signal, such as `process_tasks_started`. The signal would be emitted by the `process_tasks` management command, and would serve as a signal to initialize repeated task…
-
```
Here is a simple monkeypatch, that enables django.test.Client to use login
and logout when running in the GAE environment.
```
Original issue reported on code.google.com by `alefnula` on 28 Jan …
-
As seems commonly agreed in #1599, a new Github Organization should be build around this project. Can those willing to do the work of migrating to a GitHub organization for paperless-ng chime in here?…
-
https://github.com/wemake-services/django-test-migrations/blob/master/django_test_migrations/contrib/django_checks.py#L47
@skarzi are you interested in helping me out?
-
Not present in: commit 462edd22e5577ff9ee6477f7572b571700d1a2aa
I noticed this issue starting with: commit b787ef2dbff957c5b5a64be13f01f985d17ff05b
It might of been introduced in between those 2 comm…
-
Greetings,
I have noticed that if my view returns a binary document (a PDF document in my case), I receive the following error:
```
[29/Mar/2015 20:10:13] "POST /wallet/pdf_backup_key/ HTTP/1.1" 200…