-
I installed django-cookie-consent on a website and tried to disable the main page on `[site-url]/cookies/`, but the code stops working. I can not translate it as well.
I suggest we have a logic to …
cdutr updated
5 months ago
-
Example structure:
Models:
```
class Author(models.Model):
name = models.CharField(max_length=30)
class Article(models.Model):
name = models.CharField(max_length=100)
author = mo…
-
I'm facing issues connecting my Django application to a Snowflake warehouse using Snowpark Container Service and OAuth authentication. While the application can connect via the external network using …
-
# Prerequisites
* [ ] Is it a bug?
* [x] Is it a new feature?
* [ ] Is it a question?
* [ ] Can you reproduce the problem?
* [x] Are you running the latest version?
* [x] Did you check for simil…
-
In the production server, we regularly get the following error. It may slow down the performance of the platform.
```python
codabench-django-1 | [2024-02-10 15:25:31 +0000] [43] [ERROR] Exception …
-
Keep getting this error when trying to do basic logic outside of authentication or authorization. Py3.7 and Django 2.1
-
Django 1.7 introduces [a new method](http://django.readthedocs.org/en/latest/topics/db/managers.html#create-manager-with-queryset-methods) to create managers with custom querysets. I think we should m…
-
Current csv importers could use some of the following improvements:
- Schema validation: rather than directly unpacking the csv lines we could have some sort of schema to compare the structure again…
-
**How To Reproduce**: during onboarding, if you put **"f@f"** in the Email address of the contact information screen, the client crashes and it causes an infinite wait.
More information:
1. The fo…
-
Our previous solution that uses cronjob to queue analysis seems to be deadlocking.
We decided to extract the logic and put it outside the db as Django backend/celery job.