-
- Your OS and runtime environment, and browser if applicable
Browser: chrome, OS: ubuntu
- The versions of Channels, Daphne, Django, Twisted, and your ASGI backend (asgi_ipc or asgi_redis normal…
-
-
I am trying to build a new django-shop app, as per the instructions at http://django-shop.readthedocs.io/en/latest/tutorial/intro.html and http://django-shop.readthedocs.io/en/latest/tutorial/quicksta…
-
[QUESTION]
I think this must be expected behavior, but I wanted to be sure. Django-auditlog works fine in my GUI, properly logging any model change that I register using Django's built-in SessionAut…
-
#### One line description of the issue
I was migrating my django project from MySQL to mongodb. When I apply the migration, this issue occurs. It seems like it's not working well with restframework. …
-
I want to use the django project as one microservice REST application without any auth module. After I disable the auth and admin modules I go the error when I start the project.
```
/django/db/mo…
-
Here is the traceback:
```
Environment:
Request Method: POST
Request URL: http://localhost:8000/aois/f81b97fe-1cda-4293-9b5a-403ad0f0dd9f/
Django Version: 1.11
Python Version: 2.7.13
In…
-
I recently upgraded my Django to 1.11.2, my rest-framework to 3.6.3 and the rest-auth to 0.6 it worked fine until I checked out the mobile version via Chrome. The logged in user is always Anonymous, i…
-
I'm running django 1.10.2, django-filter 0.15.3, and djangorestframework 3.5.0 on python 2.7.11. When I add django-filter to my installed apps I now get this when i try and start the server.
```
Unha…
jredd updated
7 years ago
-
I was trying to figure out how to return a 409 error on uniqueness issues. When researching the possibility, I found several closed issues (#1848, #4509) and the logically related issue #3381. I'd l…