-
I copied your project, pipped the requirements and ran it as is. I made two users. When one user tries to chat with the other (they click on the new user) you get the following error message:
Envir…
-
If resolver.py is called in verbose and/or debug mode, it won't log certain messages, such as [the warning when the PKG-INFO file is not found](https://github.com/pypa/pipenv/blob/714c6852f066e1a5f018…
-
Trying to send a test notification I obtain:
`Some messages could not be processed: 'MissingTopic'`
Application id is empty. The only setting I set is APNS_CERTIFICATE.
django-push-notificati…
-
I'm trying to create an option on all of my endpoints to output XLS files when the appropriate header is set. I may not be understanding correctly, but here's what I've tried to do:
```
REST_FRAME…
-
**Response**
```
AttributeError at /api/waitlist/
'FpWaitlist' object has no attribute 'partner'
Request Method: POST
Request URL: http://po-fp-staging.physikelearning.de/api/waitlist/
Django …
-
Currently it's possible to map Django models to `ObjectType`s using `DjangoNode`. I think it would be nice to have a similar feature that allows mapping forms to `Mutation` with a `DjangoMutation` cla…
-
Hello, I started use Django 2.0.2 with django-select2. But have some problem which I can't understand. In Django Admin panel I have model with ManyToMany field and I want use Select2 for search for th…
-
Working with the library, it appears to me that the deserialization module has a lack of strictness from my point of view:
``` python
class DocSchema(Schema):
str = fields.String()
bool = fiel…
-
Confirmed (at least partially) non-json routes:
DELETE `synonym/reading/:id/`
POST `auth/password/reset/`
POST `auth/password/reset/confirm/`
POST `contact/`
POST `review/:id/correct/` (403 error…
-
## Steps to reproduce
1. Create a `Schema` with a set of `Attribute` instances; for example `name`, `title`.
2. Create a model instance with a `JSONAttributes ` field using the `Schema` created be…