Gagan Deep
Gagan Deep
In our weekly meeting, we discussed the following implementation details: - URL present in the footer of email - Takes user to a landing page which informs the user that...
@Dhanus3133 we will also have to handle the case where the token is malformed/expired. We need to clearly convey that to the user.
Email notifications should be disabled for this notification type.
Hello, I opened https://github.com/jazzband/django-sortedm2m/pull/213 for fixing this issue. Can you help test it?
> I see the following item: "add an admin action which sets the config status to applied;" did we discuss adding such an action? To flag the config as applied?...
I used this code to find the objects that were failing the unique together constraint ``` DeviceConnection.objects.values('device_id', 'credentials_id').annotate(count=models.Count('id')).filter(count__gt=1) ```
@Abhishek-kumar09 @KeenWarrior can you please tell if this is expected behaviour? If not can you please tell what path should be taken for this?
Add API routes to communicate with CLI 1. To log active windows 2. To change status of user **UPDATE:** See https://github.com/rish07/pod_1.0.2_moropy/issues/15
It took me sometime to debug why trusted publishing on my package was not working, and it was due to the old commit hash present in the starter code. Getting...
@ujjwalkirti setup the project as mentioned in the [docs](https://openwisp.io/docs/dev/radius/developer/installation.html#installing-for-development). then run the following command ```shell cd tests/ ./manage.py makemessages ``` This command will create translation files and currently it is...