Re: Issue in the models.py

2021-05-17 Thread oscar ortega esquias
[image: image.png] instalaste tu Aplicacion El dom, 16 may 2021 a las 12:51, Gunjan shrimali (< gunjanshrimali1...@gmail.com>) escribió: > https://youtu.be/lxBPDzdX-Uo I solve null data error no one focus on > youtube properly > > On Sun, May 16, 2021 at 3:22 PM Sharif Mehedi > wrote: > >> The

Re: Issue in the models.py

2021-05-16 Thread Gunjan shrimali
https://youtu.be/lxBPDzdX-Uo I solve null data error no one focus on youtube properly On Sun, May 16, 2021 at 3:22 PM Sharif Mehedi wrote: > The easiest way to go to python terminal with django settings configured > is by running: python manage.py shell > On Sunday, May 16, 2021, 3:34:01 PM GMT+

Re: Issue in the models.py

2021-05-16 Thread Sharif Mehedi
The easiest way to go to python terminal with django settings configured is by running: python manage.py shell On Sunday, May 16, 2021, 3:34:01 PM GMT+6, Suraj Kumar wrote: No, this solution not help for me.I am still getting same error. On Sun 16 May, 2021, 14:36 Chelsea Fan, wrote:

Re: Issue in the models.py

2021-05-16 Thread Suraj Kumar
No, this solution not help for me. I am still getting same error. On Sun 16 May, 2021, 14:36 Chelsea Fan, wrote: > try this > > On Sun, May 16, 2021 at 11:40 AM Suraj Kumar < > surajsrivastava021...@gmail.com> wrote: > >> Hi everyone, >> >> I having some issue in models.py >> While doing in the

Re: Issue in the models.py

2021-05-16 Thread Chelsea Fan
try this On Sun, May 16, 2021 at 11:40 AM Suraj Kumar < surajsrivastava021...@gmail.com> wrote: > Hi everyone, > > I having some issue in models.py > While doing in the python shell in the pycharm terminal. > So I write the code in the models.py > Screenshot: Screenshot (312)-1.png > > Then I run