In the browser it looks ugly, why?

2019-04-06 Thread Barkalez XX
Why does this happen to me? https://pasteboard.co/I8VU79E.png html:https://dpaste.de/AVti views.py:https://dpaste.de/44Jz models.py: https://dpaste.de/Dfwy I want to list all the ingredients in that recipe and make it look

Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Barkalez XX
ng to do. > > Regards, > > Aldian Fazrihady > > On Sun, Mar 24, 2019 at 1:54 AM Barkalez XX > wrote: > >> Thank for you answer. >> >> >> I did not know that fields could be generated in the database from >> FrontEnd. >> >> It occurs

Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Barkalez XX
ow of a > database table. > You just need to properly design your database schema. > > Regards, > > Aldian Fazrihady > > On Sun, Mar 24, 2019 at 12:46 AM Barkalez XX > wrote: > >> >> I would like to know if it is possible to create a new field in a

Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Barkalez XX
I would like to know if it is possible to create a new field in a table from the FrontEnd. For example, in a form to create recipes, not all recipes contain the same number of ingredients. At first I thought about putting a high number of ingredients to enter in the form to create a recipe,

Re: Link does not work correctly

2019-03-12 Thread Barkalez XX
gister view has any name associociated to > > You must write something like href="{ url :'recetas-home' % } ( nor > direct url) > > > Good luck > > > Missatge de Barkalez XX > del dia dg., 10 > de març 2019 a les 15:28: > >> >> In the browser, when

Link does not work correctly

2019-03-10 Thread Barkalez XX
In the browser, when I'm in "http://127.0.0.1:8000/; and click in register it takes me to "http://127.0.0.1:8000/register; and it works correctly, but if I'm in "http: //127.0.0.1:8000/about/ "and click on register takes me to" http://127.0.0.1:8000/about/register/ "instead of"

Do not render empty fields

2019-03-10 Thread Barkalez XX
Hello guys, I'm learning django and I have some doubts, I suppose that from now on you'll see me a lot here because my doubts are endless :). I'm doing a simple recipe app, and some recipes have more ingredients than others and when I render them, empty fields take up space in the rendered