Installing Django 4.2 on PythonAnywhere

preview_player
Показать описание

Note - The written instructions may reference a different version of Django than this video. You should follow the written instructions (i.e. using django4 instead of django3).

Рекомендации по теме
Комментарии
Автор

Thank you so much, Im still watching your online course python for everyone and youre a great teacher.

YourIndianfriend
Автор

I am making a CRM application in Django 4.2, I have a customer list view (ListView) in which I want to make the user able to choose how many results they want to see on the page. For this, in the template I have a form that indicates the amount of results, 5, 20, 50. The default is 10, if I choose 5 results it shows me 5 on the first page, and in the page numbers it shows me the correct number of pages, but if I go to the second page it shows element 11 onwards, as if I had paginated it out of 10. I have searched a lot on the internet, even on chatgpt, but I can't find a solution. Could you help me?

gabrielpg
Автор

Dear Prof. Chuck, is there a book that you would recommend as a supplement to your Django course?

banka
Автор

nice. first install django, than requirements, which will reinstall django. briliant

V.D.