Re: Django "pub_date" error

2018-07-21 Thread Melvyn Sopacua
On maandag 16 juli 2018 04:52:51 CEST Daniel Tobi Onipe wrote: > I wrote it exactly as it is in the tutorial... Maybe that part. But you didn't define the pub_date field on the Question model or made a typo in the field name. Go back into models.py and check. -- Melvyn Sopacua -- You received

Re: Django "pub_date" error

2018-07-16 Thread mottaz hejaze
i dont know .. did you import the Question Class from models.py ?? On Mon, 16 Jul 2018, 05:25 Dylan Reinhold, wrote: > Without your code no one can help you (they will just be guessing). Post > your models.py and the exact traceback error. > > > On Sun, Jul 15, 2018 at 7:52 PM, Daniel Tobi Onipe

Re: Django "pub_date" error

2018-07-15 Thread Dylan Reinhold
Without your code no one can help you (they will just be guessing). Post your models.py and the exact traceback error. On Sun, Jul 15, 2018 at 7:52 PM, Daniel Tobi Onipe < dexterousgur...@gmail.com> wrote: > I wrote it exactly as it is in the tutorial... > > On Mon, Jul 16, 2018, 02:56 afj afj

Re: Django "pub_date" error

2018-07-15 Thread Daniel Tobi Onipe
I wrote it exactly as it is in the tutorial... On Mon, Jul 16, 2018, 02:56 afj afj wrote: > probably if you would show us the code you've written it would be better. > > On Monday, July 16, 2018 at 2:37:31 AM UTC+3, Daniel Tobi Onipe wrote: >> >> Hi guys. My name is Daniel. I've been having issu

Re: Django "pub_date" error

2018-07-15 Thread afj afj
probably it would be an error spelling the proper function. On Monday, July 16, 2018 at 2:37:31 AM UTC+3, Daniel Tobi Onipe wrote: > > Hi guys. My name is Daniel. I've been having issues with the "pub_date" > part of the tutorial. It keeps popping up a traceback error saying > "pub_date is an in

Re: Django "pub_date" error

2018-07-15 Thread afj afj
probably if you would show us the code you've written it would be better. On Monday, July 16, 2018 at 2:37:31 AM UTC+3, Daniel Tobi Onipe wrote: > > Hi guys. My name is Daniel. I've been having issues with the "pub_date" > part of the tutorial. It keeps popping up a traceback error saying > "pub