i want validation in form.py in which the datetime should not be less than
datetime.now
please i need it urgently
please help me
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it,
combine date time field taking from user and give validation
try:
date = cleaned_data.get('date')
except:
date = ''
if not date:
msg = "Please fill up all mandatory fields"
self._errors['date'] = self.error_class([msg])
return self.cleaned_data
try:
time = cleaned_data.get('time')
print "time",ti
bro i want to check that
i want to give a appointment model
appointment is available for 6 days a week
from monday to saturday
and from 11 am to 7pm
can you please give me this coding coz i have to submit my project today
On Tuesday, July 15, 2014 4:59:18 PM UTC+5:30, hardik
Hello sir I am working as python developer in Fafadia Tech and serching
some freelancing opportunies
you can try me
i know i will be benificial for your institution
On Wednesday, July 16, 2014 8:19:19 PM UTC+5:30, Shawnblue wrote:
>
> Hi Django Community!
> My name is Shawn, and we [Smarter Age
hello friend i want a user model along with a role field
i have tried all but one or other error comes i am new to django so need
help
i want any1 to build code and give me its documentation
i need it urgently
--
You received this message because you are subscribed to the Google Groups
"Dja
hello friend
i want to use pagination for today appointment tommorows appoint and past
appointment can any1 help me out in quite greater need
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving ema
I have model with date time pk appointment details
On Aug 25, 2014 7:26 PM, "Collin Anderson" wrote:
> What do you have so far?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://g
I want to do pagination using filter on same page which show all on same
page
On Aug 25, 2014 7:26 PM, "Collin Anderson" wrote:
> What do you have so far?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from th
Sir I will mail my appointment modal please give me a sample solution
On Aug 27, 2014 8:36 PM, "Camilo Torres" wrote:
> This is basically a DB query issue. Follow these general directions:
>
> 1. In your page add a form with a select with the filtering options.
> 2. In your view, instead of getti
9 matches
Mail list logo