FormModel not validating the fields

2018-10-16 Thread faizan . fayaz
I have created a form using form Model and added the def_clean method but the clean method is not being called . Here are my files models.py class EmployeeData(models.Model): Yes = "Yes" No = "No" Onboard='Onboard' Left='Left' Is_GUEST_CHOICES = ( (Yes, 'Yes'), (No, 'No'), ) STATUS_CH

temp url with time limit

2010-04-23 Thread Faizan
Wondering if there is a good way to generate temporary URLs that expire in X days. Would like to email out a URL that the recipient can click to access a part of the site that then is inaccessible via that URL after some time period. Thanks, Faizian -- You received this message because you are s