Re: Help Requried : FieldError at /admin/movie/movie/add/

2014-12-15 Thread Muhammad Ahmed
> > Somehow I have managed the problem. > Thanks to those who took their time to read this post. -- 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, send an email to

Help Requried : FieldError at /admin/movie/movie/add/

2014-12-14 Thread Muhammad Ahmed
Hi Everyone, I am having Field Error while trying to have date field in my admin.py. There is some problem with Date Filed and I am unable to figure out what wrong I am doing. here is my code: *MODEL.PY* from django.db import models import datetime from django.utils import timezone