Re: Name Fields values

2022-02-10 Thread waqar khan
I can help the in the project but you can detail describe me , yah project dono kaam krte On Tue, Feb 8, 2022 at 6:35 AM raj program wrote: > https://docs.djangoproject.com/en/4.0/ref/models/meta/ > > On Tue, Feb 8, 2022, 03:54 Feroz Ahmed wrote: > >> Hi Everyone. >> my personal project for

Choices as nav link

2022-02-10 Thread gregory adomako
I have a book model with choices I want to display the choices in the nav bar where upon clicked, will display all the books in with that choice Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django versus competitors survey

2022-02-10 Thread Michael Powell
On Wednesday, February 9, 2022 at 8:39:01 AM UTC-5 Derek wrote: > Hi Michael > > I think you may be be comparing apples and oranges and this could be > because it seems you're more of a software user than a software builder. > "it seems you're more of a" ... BUZZ wrong answer. No. As I

django template engine and bootstrap modals

2022-02-10 Thread Andrea Villani
Hi everyone! I am developing an appweb and I'm stuck. My homepage is structured as a ListView, where each row shows every object's attributes using django template engine (ex: {{object.attribute}}. Last column shows a button to do an action through a bootstrap modal and if I put {{object

Re: Django Resources

2022-02-10 Thread Gustavo Caetano
I would say to follow the Django docs, where it is really good documentation. Besides that, you can also take a look in some tutorials to start to build simple stuffs, for example this one: https://medium.com/swlh/build-your-first-rest-api-with-django-rest-framework-e394e39a482c On Wednesday,

Re: Django Resources

2022-02-10 Thread Freenlace fullstack
Usa la documentración de Django. Muy buena ;) https://www.djangoproject.com/ El miércoles, 9 de febrero de 2022 a las 10:37:08 UTC-5, lewisi...@gmail.com escribió: > Hello guys. > I have just completed a tutorial on python. I want to start learning > django now, can you recommended some great