Re: Debbuging

2020-11-16 Thread Gabriel Araya Garcia
Did you make the migrations ? ,...and What is database are you using ? Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El lun., 16 nov. 2020 a las 0:23, Luciano Martins () escribió: > please post your repository > > Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo..

Re: How to print sequence number in python

2020-11-16 Thread moustapa diongue
Merci beaucoup c'est intéressant Le lun. 16 nov. 2020 à 14:29, Agripreneur Updates < ogunladestephe...@gmail.com> a écrit : > for i in range (5, 0, -1): > print (i) > > On Sun, Nov 15, 2020, 8:22 PM MAHA RAJA wrote: > >> ordered print >> i=1 >> while (i>=5){ >> print (i) >> i=i+1 >> }

Server error emails - send elsewhere?

2020-11-16 Thread Gady
Django makes it really easy to set up server error reports that are sent to email. It will notify the email addresses specified in the ADMINS setting "whene

Re: Debbuging

2020-11-16 Thread Aashish Kumar
Delete all the migrations file and run the makemigrations and migrate command again On Mon 16 Nov, 2020, 8:54 AM Luciano Martins, wrote: > please post your repository > > Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo...@gmail.com > escreveu: > >> OperationalError at /admin/product

Re: How to print sequence number in python

2020-11-16 Thread Agripreneur Updates
for i in range (5, 0, -1): print (i) On Sun, Nov 15, 2020, 8:22 PM MAHA RAJA wrote: > ordered print > i=1 > while (i>=5){ > print (i) > i=i+1 > } > > > unordered print > > i=5 > while (i<=1){ > print (i) > i=i-1 > > } > > > > > > On Sun, 15 Nov 2020, 10:39 pm Derek >> You can also use

Re: Debbuging

2020-11-16 Thread Luciano Martins
What strikes me is that this table has *__old* at the end, that's why I asked you for the repository link to try to understand it right! Em segunda-feira, 16 de novembro de 2020 às 01:25:57 UTC-3, bharath...@gmail.com escreveu: > Hi, > > Run > python manage.py makemigrations > > python manage.

Re: Template inheritance with dynamic content

2020-11-16 Thread Tristania W
Thanks, David, for answering the following-up question. I have figured out the problem. The "zip" object works with "include" as you have anticipated. The issue that I found is that, in my view, I am zipping the lists in a different function (called "*def **give_me_zip*"). This function returns