Hi!
I think you've found the wrong mailing list for this post. This mailing
list is for the development of Django itself, not for support using Django.
This means the discussions of bugs and features in Django itself, rather
than in your code using it. People on this list are unlikely to answer yo
Hello Guys am new to Django
I want to have a model which will have all smtp setup for email.
class EmailSetup(models.Model):
# model for smtp email EmailSetup
host = models.CharField(defaut='', blank=False, null=False)
host_user = models.EmailField(defaut='', blank=False, null=False)