Re: Good Django 4 books for beginners

2023-01-15 Thread Noel Duffy
On 16/01/23 08:29, Zdravko Georev wrote: Hi All, Could you please advise for Django book/books for really beginners? I've had good results using these two books. 1. Django 4 by Example, by Antonio Melé. Very comprehensive, covers a wide variety of topics. ISBN 978-1-80181-305-1 2. Django

Good Django 4 books for beginners

2023-01-15 Thread Zdravko Georev
Hi All, Could you please advise for Django book/books for really beginners? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Admin validation activated just once after final call to save_model()

2023-01-15 Thread David Wallace
I am attempting to modify a page on my Django admin so that a trusted race administrator can manually rearrange a leader board of race results. The results go from 1 to N competitors in a race, and are mutually exclusive. Draw results are not allowed, so race administrators apply often complex

Re: How to access the value of a field that failed validation

2023-01-15 Thread Clive Bruton
If you print: dir(form_instance) You'll get the methods available to the form. From memory, amongst these you will find "data" and "initial", I think that "data" contains the information submitted in the form action. So, to show that: print(form.data) -- Clive On 2 Jan 2023, at

Re: Unsubscribe

2023-01-15 Thread o1bigtenor
On Sun, Jan 15, 2023 at 2:31 AM Victor Tumwecj wrote: > > Dear Django > Please unsubscribe me from your mailing list > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails

Please help

2023-01-15 Thread Chelsea Fan
Hello guys, how can I return blurhash link in django, can I use Pillow or any other python tools? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Unsubscribe

2023-01-15 Thread Victor Tumwecj
Dear Django Please unsubscribe me from your mailing list Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To