-
Hi. I'm getting closer to having this running for a custom testnet. I'm using docker compose for postgres and redis, those services are working fine, it seems.
The issue I'm having now is I'm try…
-
Remove implicit creation of event loop from `asyncio.get_event_loop` as deprecated from Python 3.12.
### Linked PRs
* gh-126354
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct](h…
-
On `account_signup` and `account_password_change`, password similarity is only checked against email and username. Most likely due to [the code near this line](https://github.com/pennersr/django-allau…
-
I am trying to run hello world Django app inside docker. For this I am using Docker-compose and Dockerfile (file contents below). However, when I try to create a new Django project using docker-co…
-
need to discuss properly about the fields, and add or remove wanted or unwanted fields
eg: room_type do we really need room type like
('3BHK', '3BHK'),
('2BHK', '2BHK'),
('1BHK', '1…
-
I described an issue I had when compiling my program which included tweepy a few hotfixes ago. The issue was supposed to be resolved but after playing around with the settings for about a month now I …
-
Hey. I'm a long-time DRF user trying out django-ninja 1.0a2 with pydantic 2.1 and I'm curious about some best practises.
What I'm doing now is writing registration. Code example:
```python
impo…
-
I just noticed that even though my Model defines a `null=False, blank=False` field, django-import-export by default will not handle empty strings in the CSV dataset and ends up causing integrity error…
-
I'm working through the exercise and is running into issues with database migration. I followed the instructions to change to PostgreSQL installation. I run ```$ heroku run python manage.py migrate```…