-
Hi,
Trying to use with OAUTH2 - django-oauth-toolkit.
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
…
-
python ./manage.py migrate
/usr/local/lib/python2.7/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.3) or chardet (3.0.4) doesn't match a supported version!
Request…
-
A common way to represent decimals in JSON is to serialize them as a string. This side-steps the floating point precision issues during transport and validation, such as mentioned by json-schema-org/j…
-
Here's my filterset:
```python
class LockFilterSet(filterset.FilterSet):
class Meta:
model = models.Lock
fields = ()
grate_widths = filterset.ModelMultipleChoiceFilte…
-
Hello everyone,
I am trying to set up my Django project with `Cloud Spanner`. I did everything as told in the documentation like adding the app into installed apps list -`INSTALLED_APPS = ['django_…
-
I am using djongo 1.3.3 with Django 2.2.12 and with a docker container running MongoDB 4.4.1 on Windows 10. The project has the following _INSTALLED\_APPS_ section in __settings.py__:
```
INSTALLE…
-
Thank you for taking over maintaining this project! I'm really enjoying having an alternative to Celery to play with, and my end goal is a simple containerised setup where I have a `worker` container …
-
I am using django 1.9 trying to login with email by the help of a rest client (non-browser, so no cookies) for sending this credentials as post to `/rest-auth/login/`
```
{
"email" : "whatever@wo…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
Click to expand
```
software -> celery:4.2.0rc3 (windowlicker) kombu:4.1.0 py:3.6.5
billiard:3.5.0…
-
This project seems really interesting.
But, I found some architecture decisions questionable.
I would like to ask some clarifying questions.
## Monolith vs Plugins
The first thing that came…