-
# 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…
-
It would be nice if this package supported the complete logic required for partial pipelines (equivalent of https://github.com/python-social-auth/social-app-django/blob/master/social_django/views.py#L…
-
https://github.com/AryamanRAWAT/backend-assignment-level-1/blob/c67b33518cb1f32296ced5d9279b00e6d025300f/api/views.py#L131
Rewrite their params and logic according to django rest framework. Also inco…
-
Hi, thanks for developing pretalx!
Looking at this plugin it seems to be only the template without any logic, am I mistaken? What was the intention with this plugin? I saw the initial pull request…
-
It prints this:
```
web_1 | Repeated 1 times.
web_1 | SELECT `django_session`.`session_key`,
web_1 | `django_session`.`session_data`, `django_session`.`expire_date…
-
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 …
-
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 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
-
All of our commands set up the logger in a similar way, this could be fixed by inheritance or figuring out if Django has some buildin logger logic for commands.
-
Keep getting this error when trying to do basic logic outside of authentication or authorization. Py3.7 and Django 2.1