-
Hi,
I get an error if I try to use background tasks:
```
Traceback (most recent call last):
File "C:\Test_Installation\pythonEnvironmentWithAllStuff\lib\site-packages\compat\models.py", line 3…
-
After posting a change comment via the API I can no longer navigate to the Change, instead I am presented with an error page stating class not found
```
Environment:
Request Method: GET
Re…
-
### How do you use Sentry?
Self-hosted/on-premise
### Version
2.2.0
### Steps to Reproduce
[requirements.txt](https://gist.github.com/mihalikv/cdec9a0e7bc1b965ae385e7fb5d9a284)
setti…
-
Предусловие:
* Создать пользователя в системе
Шаги воспроизведения:
1. Ввести в Postman данные для авторизации (basic auth или API key)
2. Сделать запрос методом DELETE к эндпоинту /api/user…
-
DRF has a built-in way of providing custom error messages.
However, these error messages are currently ignored by 'rest_condition' classes. Instead, the default error message is always used.
In D…
-
I've added it to installed apps:
`OTHER_APPS = [
'custom_user',
'rest_framework',
'rest_framework.authtoken',
'rest_framework_api_key',
'rest_framework_bulk',
'djoser'…
-
**Objective**: To establish the API endpoints that will be used for the application's core functionality.
**Sub-Tasks**:
1. **List Down Required Endpoints**:
- Based on the project requirement…
-
my settings.py
`
import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = 'abcd'
DEBUG = True
ALLOWED_HOSTS = []
INSTALLED_APPS = [
'django.contrib.a…
-
I went through the process in [the guide ](https://drf-social-oauth2.readthedocs.io/en/latest/integration.html#facebook-integration) and when I try keys it gives me an error.
```json
{"error":"acces…
-
There are several `RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()` warnings when running tests on Django 3 and djo…