Re: How to add object to users unique list?

2022-03-01 Thread raf sandwich
Hello. Thank you, I got it working! wooo :D On Tuesday, March 1, 2022 at 2:11:17 PM UTC guitard...@gmail.com wrote: > Hello. You need a corresponding URL for your link that's why you're > getting reverse error: > > path('add/anime///', views.MYVIEW, name='url-to-my-view'> > > and then return

Re: How to add object to users unique list?

2022-03-01 Thread raf sandwich
jango > > Regards, > > Antonis > > Antonis Christofides+30-6979924665 <+30%20697%20992%204665> (mobile) > > > > On 28/02/2022 19.49, raf sandwich wrote: > > Hi there. I have a system whereby users are recommended anime, and I want > it so when they see

How to add object to users unique list?

2022-02-28 Thread raf sandwich
Hi there. I have a system whereby users are recommended anime, and I want it so when they see anime on the website they can press a button on any anime shown, which will then add it to their 'UserList' which is a saved list that they can go back to and see whenever they want. I figure the butt

Can a form have select box and be filled in at the same time?

2009-05-28 Thread sandwich
I want to use choices in Django to save common-use choices for the purpose of convenience. But at the same time, I want the user to fill their own choices when their choices are not in the select box. It seems that it will limit choices to the choices given once using choice in Django. ?_? So how

How to limit the row of a table in django?

2009-05-28 Thread sandwich
I wanna control the number of a table in Mysql using Django. It seems that we can limit the max_row of a table in Mysql using the table_options when creating a table. Does Django have those options for us to control the setting of the table? please help me to solve the problem. --~--~-~--