Re: Writing you first Django app problem

2020-08-27 Thread rbarh...@gmail.com
thank you, but that does not seem to be the problem. Maixm below solved the problem if you are interested. On Wednesday, August 26, 2020 at 12:12:34 PM UTC-7 Ogunsanya Opeyemi wrote: > You have not defined current_year > > On Wednesday, August 26, 2020, rbarh...@gmail.com > wrote: > >> Lookin

Re: Writing you first Django app problem

2020-08-26 Thread Ogunsanya Opeyemi
You have not defined current_year On Wednesday, August 26, 2020, rbarh...@gmail.com wrote: > Looking at my post it seems that there is not much to go on in terms of > understanding my problem. So, let me try to provide more detail. > > I am in part 2 of the tutorial working with "models" (sqlit

Writing you first Django app problem

2020-08-26 Thread rbarh...@gmail.com
Looking at my post it seems that there is not much to go on in terms of understanding my problem. So, let me try to provide more detail. I am in part 2 of the tutorial working with "models" (sqlite) and have written this code into "polls/models.py: ~~~ from django.db import models from django.