-
I am facing the error that app.yaml not found, but I have app.yaml in my path. You can see the tree structure of my app.
**Expected behavior**:
Simply I want the django app to deploy to App Engine…
-
**Describe the solution you'd like**
When i'm on the product page I'd like to have a button whjich would make an API call to some service, which can send some data related to my product to my serv…
-
We have a destop application, which backend uses django.
Every time provide a new version will package a software pack.
Now I want to introduce django-q to our project for async operation.
Usually …
-
How can i add multiple ports
I have nodejs and django application
```
webapp:
image: "python-node-buster:nikolaik-python3.7-nodejs15"
ports:
- "8001:8000"
command:
…
-
I made 2 ET Open ruleset sources in scirius, when removing either one of them I am getting:
Environment:
Request Method: POST
Request URL: http://ips.corp.domain.com:8000/rules/source/29/dele…
-
This looks like a re-occurrence of #71
I have a users Viewset which has a delete method (Nothing fancy, just added rest_framework.mixins.DestroyModelMixin)
When I try to delete, the server responds…
-
Wried, after configuration with OKTA, if I had logged in my application (not using smal), then I can login with SAML from OKta and automatically change to the Okta user correctly. However, if i had no…
-
Hi,
I'm encountering an error in the console logs on sorting management on a model with hashid which, however, does not seem to compromise the real functioning of sorting
```
Internal Server Erro…
-
```
Even on systems where cron/shell access is available, it is preferable to
only have one actual cronjob and let django-cron do the rest, because that
does not only make deployment easier, but also …
-
#### One line description of the issue
ArrayReferenceManager.add() method is throwing following error if called right after ArrayReferenceManager.clear().
#### Python script (Example)
```python…