Posts by edivaldo machado • 11 points
1 post
- 
		1 votes1 answer216 viewsQ: Notification systemI have the following model: from django.db import models from django.utils.timezone import now # Create your models here. class Event(models.Model): name = models.CharField('nombre',max_length =…