Davide Rocchi
Davide Rocchi
Is it possible to use it in a middleware?
The model: ``` class Event(models.Model): description = RichTextField(null=True, blank=True) link = models.URLField(null=True, blank=True) ``` The admin class: ``` @register(Event) class EventTranslationOptions(TranslationOptions): fields = ('description', 'link') ``` On save in admin,...
Is it possible to group notifications by a context so I can filter on it when I list them?
Hi, first of all thank you for your efforts do create and share this app :) When I try to upgrade my pip packages, I obtain: ``` ERROR: django-push-notifications 1.6.1...
``` {{ i18n.item }} {{ i18n.quantity }} {{ i18n.unitprice }} {{ i18n.price }} ``` On windows mail, columns widths are all different
I don't know if is it already possible, but i have a server 2 server user and i don't want that its token expires
Hi, first of all thank you for your efforts in maintaining this useful package. I see that vue2-google-maps version in npm is 0.10.7: can you update it to 0.10.8 please?...
Is it possible to set or change ACCOUNT_EMAIL_VERIFICATION in AccountAdapter? I'm trying to set as 'mandatory' for the company user profile, and 'optional' for the private user profile.
I can't understand what is application_id, the documentation not mention it
How to manage day cell height when there are more than one event? Because height is not flexible