-
While debugging my Django application i've met a problem - breakpoints seemed to be ignored. After fighting this issue for nearly 3 hours, i've tried to shutdown this 3-rd party extension. It worked.
-
Heyo, I've installed the following packages
```
django = "==2.1.4"
graphene-django = "==2.2.0"
django-filter = "==2.0.0"
django-graphql-jwt = "==0.1.5"
```
using Python 3.6.0 as described in […
-
### Discussed in https://github.com/celery/celery/discussions/9214
Originally posted by **har07** August 28, 2024
After celery container has run for 1-3 days, celery ping command start to retu…
-
Trying to get everything setup I tried to add an ssr to the configuration and got the following.
Environment:
Request Method: GET
Request URL: http://192.168.23.83/admincommon/ssr/add/
Django Versi…
-
```
Page not found (404)
Request Method: | GET
-- | --
http://dev.nds.ox.ac.uk/cope//
Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:
^i18n/
en-gb/…
-
Hello,
I'm having a problem using `modeltranslation` on a custom `taggit.Tag` model (basically a model with a name -not translated- and a few extra properties, some of which are translated).
When I'm…
-
A lot of Django 1.7 new feature will change the behavior of customadmin. Most of the feature like app name, title ecc are now obsolete.
https://docs.djangoproject.com/en/dev/ref/applications/
https:…
-
raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path)
django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'justchat.routing'
-
Hello,
I found this issue when trying tastypie swagger on some Resources created from inherited models.
This may be more general and related to the handling of OneToOne fields...
Here is the code:
`…
-
When I build `deepqa:latest` image, from the root directory:
```bash
docker build -t deepqa:latest .
```
get error:
```Step 11/13 : RUN python3 manage.py makemigrations
---> Running in 7663467…