Re: Django DateField

2018-07-06 Thread Swati Pushp
you want date auto genrate ?? On 6 July 2018 at 20:16, 'dtdave' via Django users < django-users@googlegroups.com> wrote: > Many thanks for the help on this. I have implemented the following: > models.py > start_date = models.DateField(null=True, blank=True,) > asap = models.BooleanField(default=F

Re: ValueError: Attempted relative import in non-package

2018-07-08 Thread Swati Pushp
from .models import mdb Please do import this class in views.py On Sun, Jul 8, 2018, 6:42 PM wrote: > hi all > help plz :) > as brief i am using django an linux > i create project and app in this project called movies > in models i create 2 classes mdb and mm > in views when i try to import clas