Re: Mozilla Django Tutorial.

2021-10-26 Thread Luigi Cleffi
Can you send me the path to find ? Em ter., 26 de out. de 2021 10:31, KUYESO ROGERS <2019bce...@std.must.ac.ug> escreveu: > Class Model name(models.Model): > > > Please show your code > > On Tue, Oct 26, 2021, 3:47 PM Cheikh SOW wrote: > >> Hello everyone, >> >> I'm new to Django and I'm current

Re: Mozilla Django Tutorial.

2021-10-26 Thread Luigi Cleffi
Try "pip freeze > requirements.txt" if YouTube already have this requirements file. Try: "pip install -r requirements.txt". If it doesn't work, you may need tô reinstall django because that is a package error. Em ter., 26 de out. de 2021 09:46, Cheikh SOW escreveu: > Hello everyone, > > I'm new

Re: Mozilla Django Tutorial.

2021-10-26 Thread KUYESO ROGERS
Class Model name(models.Model): Please show your code On Tue, Oct 26, 2021, 3:47 PM Cheikh SOW wrote: > Hello everyone, > > I'm new to Django and I'm currently following the Mozilla tutorial to be > familiar with this Python written framework. > > The issue I have is that after building my dat

Mozilla Django Tutorial.

2021-10-26 Thread Cheikh SOW
Hello everyone, I'm new to Django and I'm currently following the Mozilla tutorial to be familiar with this Python written framework. The issue I have is that after building my database models and typing : '*python3 manage.py makemigrations*' I get the error "*AttributeError: 'Model' objec