django form validation error massage not showing. please help me out

2023-09-15 Thread Mohammad Shahidullah
models.py class Position(models.Model): title = models.CharField(max_length=50) def __str__(self): return self.title class Department(models.Model): title = models.CharField(max_length=50) def __str__(self): return self.title class Employee(models.Model): fu

Fix Django Bug & Issues

2023-09-15 Thread Ogunsanya Opeyemi
Hi everyone, I'm Opeyemi Ogunsanya, I just created my gig on fiverr. Click on the link below to view. https://www.fiverr.com/s2/268761cb3e Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei