Arshia Malekahmadi

Results 6 issues of Arshia Malekahmadi

Hi, I am trying to add a new field to the Notification model. Currently in my `main/models.py` i have: ``` class Notification(AbstractNotification): # custom field example unique_uuid = models.CharField(max_length=255,unique=True, null=True)...

Hello, I am trying to remove a notification after creating it in my views but I cannot find a way to do so. How can I remove notification after creating...

Hi, I am trying to append the results using an Ajax function however, I am getting the error: ``` Unable to append to values, as it is a function. at...

Hello, I recently noticed a strange behavior in my bootstrap 4 modal. When I add `{{ form.media }}` in my form inside my modal after closing the modal the other...

Ambassador and Keycloak logout cannot set redirect_uri on initiating RP logout I have set up logging out via Ambassador and the Keycloak however, I recently noticed there is no way...

t:feature

Hello, I am trying to add `watch_login()` decorator to y custom login view however, my user is still able to login after passing the lockout limit which I currently set...