-
This is my python packages:
Django==1.10.1
django-braces==1.9.0
django-cors-middleware==1.3.1
django-devserver==0.8.0
django-oauth-toolkit==0.10.0
djangorestframework==3.4.6
drfdocs==0.0.11
guppy==0.…
-
Hi Johann,
I have some problem with your recent changes, especially the one in urls.py
After the upgrade, the gitbrowser (running as a application with a django, not a top-level project like in your…
-
Hi
Everytime I try to use django-table on a model with foreignkey I receive an error message saying "global name 'name' is not defined". It does work as expected on the other models.
Environment:
R…
CalBR updated
14 years ago
-
Basically, content-type's of files uploaded through django FileFields get improperly escaped by the version of S3BotoStorage in athumb because unicode Content-type headers get sent through boto, which…
-
Please take a moment to share how you use django-address!
**Here are some questions you could answer, though any feedback is helpful!**
- What kind of app do you use Django Address in?
- Which …
-
raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path)
django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'justchat.routing'
-
This happens if features properties is empty object and collection also has features with properties.
Cleaned traceback below
TypeError at /admin/geojson_rest/pointfeature/
string indices must be i…
-
```
Hi guys! First of all, Congrats for the amazing project! Now to the issue ....
What steps will reproduce the problem?
1. I use Kali Linux 1.0.3 Gnome x64bit with Subterfuge PublicBeta5.0
2. Afte…
-
### What is the current behavior?
`graphene-django` will always attempt to JSON parse request body if the `Content-Type` header is set in the request, and rejects if it is invalid (such as when the…
-
```
Currently PyScripter does not support the debugging of multi-threaded
applications. The breakpoints only work in the main thread of the application.
This is a limitation of the Python built-in…