-
### Deployment Method
- [X] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a…
-
I have the following field in one of my models:
```python
from django.core.validators import RegexValidator
from django.db import models
from django.utils.translation import gettext_lazy as _
…
-
**Describe the bug**
I followed all the steps in the Authentik full development setup [here](https://docs.goauthentik.io/developer-docs/setup/full-dev-environment), and when I run ak serve, it runs f…
-
# Description/Context
Mailgun has added some new security features to its API keys. We should consider upgrading our keys.
# Plan/Design
tbd
-
I have Django installation with Dropbox storage for FileField content. With this settings it strips 2 symbols in path:
```
DROPBOX_ROOT_PATH = '/app.pbb.foo/'
DEFAULT_FILE_STORAGE = 'storages.back…
-
# Bug report
## What's wrong
It would appear django-stubs is not integrating properly in my pre-commit environment. This is similar to #1087 in that I also encountered the same issues as tha…
-
**Describe the bug**
Hi, it seems that the schema generated may depend on the DB backend used. Given the following
declaration:
```python
from django.db import models
from rest_framework impor…
-
settings.py file is missing (evalu8.settings) and thus i cannot run this. Any fixes ?
-
When I manually compile the build root no /dev/video0 is available and no files in /userdata/ is present. When using the images from google drive the camera does work. Do I need to enable something in…
-
Hi, when I enter an invalid email address during registration, I get the error message "Enter a valid email address" twice.
I digged a little bit deeper and found that one comes from the standard …