Doah! Thanks.
On Jul 27, 2:04 am, Daniel Roseman wrote:
> On Jul 27, 6:34 am, strayhand wrote:
>
> > I don't get why I'm getting a validation error with my code. I thought
> > that all of the built in fields are referenced inside of "from
> > django.db import models". Thanks for any help that yo
On Jul 27, 6:34 am, strayhand wrote:
> I don't get why I'm getting a validation error with my code. I thought
> that all of the built in fields are referenced inside of "from
> django.db import models". Thanks for any help that you may offer.
>
>
> status = models.CharField(max_length=7,
I don't get why I'm getting a validation error with my code. I thought
that all of the built in fields are referenced inside of "from
django.db import models". Thanks for any help that you may offer.
ERROR
NameError: name 'DateTimeField' is not defined
CODE
#shifts.models.py
from django.db imp
3 matches
Mail list logo