Re: HELP ME OUT

2021-10-20 Thread Uzzal Hossain
Change folder name to templates There is typo mistake. And let me if it's fixed. On Wed, Oct 20, 2021, 3:15 PM Planet X wrote: > I can not connect to my static files here i am sending my screen shoot of > the setting and others links to the my base.html whats my fault please do > help > > -- > Y

Re: __init__() got an unexpected keyword argument 'on delete' when make migrations

2021-12-05 Thread Uzzal Hossain
Change on delete to on_delete in your model On Sun, Dec 5, 2021, 9:34 PM Khánh Hoàng wrote: > Hi everyone, I am new to programming, more than 4 months, I had an issue > when making migrations for my apps. > > I run :" python manage.py makemigrations " and I got a error. > It said: TypeError: