Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
python:django:articles_to_expand [2023/05/17 20:00] apressatopython:django:articles_to_expand [2023/09/22 16:41] (versione attuale) – WIP apressato
Linea 10: Linea 10:
 [[https://medium.com/@luisprooc/8-ai-enhanced-django-backend-ideas-1a12ffacecd1]] \\ [[https://medium.com/@luisprooc/8-ai-enhanced-django-backend-ideas-1a12ffacecd1]] \\
 [[https://medium.com/@nutanbhogendrasharma/adding-the-tagging-functionality-to-the-article-in-django-part-9-5a0ec29067e9]] \\ [[https://medium.com/@nutanbhogendrasharma/adding-the-tagging-functionality-to-the-article-in-django-part-9-5a0ec29067e9]] \\
 +[[https://medium.com/pythoneers/10-incredible-automation-scripts-you-need-to-try-2cdffebb399c]] \\
  
  
Linea 33: Linea 34:
 [[https://blog.devgenius.io/how-to-implement-a-custom-authentication-and-authorization-in-django-drf-160c12530d0]] \\ [[https://blog.devgenius.io/how-to-implement-a-custom-authentication-and-authorization-in-django-drf-160c12530d0]] \\
 [[https://blog.devgenius.io/how-to-implement-mobile-number-verification-and-authentication-with-otp-in-django-drf-73d3161380d]] \\ [[https://blog.devgenius.io/how-to-implement-mobile-number-verification-and-authentication-with-otp-in-django-drf-73d3161380d]] \\
 +[[https://testdriven.io/blog/django-permissions/]] \\
  
 [[https://code.likeagirl.io/manage-user-tokens-with-django-6b6afde1b211]] \\ [[https://code.likeagirl.io/manage-user-tokens-with-django-6b6afde1b211]] \\
Linea 53: Linea 55:
 [[https://blog.zettasoft.id/mastering-django-orm-in-the-shell-6cfdc1473928]] \\ [[https://blog.zettasoft.id/mastering-django-orm-in-the-shell-6cfdc1473928]] \\
 [[https://medium.com/@rea.j.wilson/making-ratings-with-django-orm-7d2b41564f7c]] \\ [[https://medium.com/@rea.j.wilson/making-ratings-with-django-orm-7d2b41564f7c]] \\
 +[[https://adrienvanthong.medium.com/django-using-django-filter-plugin-with-cbvs-17d16592eda9]] \\
 +[[https://web3usecase.co/how-to-automatically-generate-datetime-fields-in-django-65fd849e1381]] \\
 +[[https://medium.com/@rajputgajanan50/django-query-optimization-9259d55f5795]] \\
  
  
Linea 65: Linea 70:
 ===== Forms & Views ===== ===== Forms & Views =====
 [[https://medium.com/@FatemeFouladkar/amazing-django-form-and-formset-in-7-steps-6b692d5a2032]] \\ [[https://medium.com/@FatemeFouladkar/amazing-django-form-and-formset-in-7-steps-6b692d5a2032]] \\
 +[[https://web3usecase.co/using-mixins-with-class-based-views-to-reuse-code-in-django-fd031410a022]] \\
  
  
Linea 75: Linea 81:
 [[https://medium.com/hackernoon/5-ways-to-make-django-admin-safer-eb7753698ac8]] \\ [[https://medium.com/hackernoon/5-ways-to-make-django-admin-safer-eb7753698ac8]] \\
 [[https://medium.com/@Evenword/how-to-turn-django-admin-into-a-lightweight-dashboard-77a45d275bbf]] \\ [[https://medium.com/@Evenword/how-to-turn-django-admin-into-a-lightweight-dashboard-77a45d275bbf]] \\
 +[[https://awstip.com/add-interactive-map-to-django-admin-9278ddab950f]] \\
  
  
Linea 83: Linea 90:
 [[https://medium.com/@Evenword/crud-app-using-vue-js-and-django-78ca697533df]] \\ [[https://medium.com/@Evenword/crud-app-using-vue-js-and-django-78ca697533df]] \\
 [[https://medium.com/@Evenword/creating-websites-using-react-and-django-rest-framework-4910d2493254]] \\ [[https://medium.com/@Evenword/creating-websites-using-react-and-django-rest-framework-4910d2493254]] \\
 +[[https://medium.com/@daniel.doody/best-practices-for-securing-django-rest-framework-apis-9dbb7ba367a8]] \\
 +[[https://hakibenita.medium.com/improve-serialization-performance-in-django-rest-framework-f345a5529cdd]] \\
 +[[https://medium.com/@devbmehta04/build-scalable-and-secure-apis-with-django-rest-framework-a5d5ae50a652]] \\
 +[[https://medium.com/@ali.iqbal028/fixing-the-worst-thing-about-django-rest-framework-982096212156]] \\
  
  
Linea 100: Linea 111:
 ===== Internationalization ===== ===== Internationalization =====
 [[https://web3usecase.co/understanding-the-difference-between-ugettext-and-ugettext-lazy-in-django-ecbe7997cccd]] \\ [[https://web3usecase.co/understanding-the-difference-between-ugettext-and-ugettext-lazy-in-django-ecbe7997cccd]] \\
 +
 +
 +===== Extensions =====
 +[[https://medium.com/@luisprooc/top-10-django-packages-you-should-know-b283570927ff]] \\
 +[[https://medium.com/@yashashr/must-use-packages-when-starting-a-new-django-project-27082f93c6b7]] \\
  
  
Linea 122: Linea 138:
 [[https://medium.com/@a.henrisen/best-practice-programming-and-solid-principles-in-django-rest-framework-576114313991]] \\ [[https://medium.com/@a.henrisen/best-practice-programming-and-solid-principles-in-django-rest-framework-576114313991]] \\
 [[https://medium.com/@panos.g.angelopoulos/embracing-the-future-switching-to-async-django-9a93adab65ac]] \\ [[https://medium.com/@panos.g.angelopoulos/embracing-the-future-switching-to-async-django-9a93adab65ac]] \\
 +[[https://medium.com/@Evenword/adding-tags-using-django-taggit-in-django-project-b8a827996e51]] \\
 +[[https://medium.com/@instandblog/physical-key-authentication-for-django-a-step-by-step-implementation-78aa2894af12]] \\
  
  
Linea 131: Linea 149:
 ===== Deploy ===== ===== Deploy =====
 [[https://articles.njclement.com/django-poetry-docker-8220da00f393]] \\ [[https://articles.njclement.com/django-poetry-docker-8220da00f393]] \\
 +[[https://azeemcode.medium.com/how-to-deploy-your-django-application-on-heroku-a5304f83533d]] \\
  
  
Linea 142: Linea 161:
  
 ===== Django Project Folder Structure ===== ===== Django Project Folder Structure =====
-{{ :python:django:django_site_project_structure.png |}} \\ +{{ :python:django:django_site_project_structure.png |}} 
- + <imgcaption image1|Base Project>Base Project</imgcaption> \\ 
 +{{ :python:django:django_site_project_structure_full.png?1400 |}}  
 + <imgcaption image1|Evolved Project>Evolved Project</imgcaption> \\
  
 ===== Other ===== ===== Other =====
 [[https://medium.com/@Evenword/top-10-companies-you-probably-didnt-know-use-django-aa99db703024]] \\ [[https://medium.com/@Evenword/top-10-companies-you-probably-didnt-know-use-django-aa99db703024]] \\
- 
- 
-===== !!! TO CHECK !!! ===== 
-Top 15 Browser Extensions For Hackers, Which Every Pentester Should Know !! | by Sagar | Apr, 2023 | Medium 
-https://medium.com/@imshewale/top-15-browser-extensions-for-hackers-which-every-pentester-should-know-cc751d2fc914 
- 
-Adding the tagging functionality to the article in Django — Part 9 | by Nutan | Apr, 2023 | Medium 
-https://medium.com/@nutanbhogendrasharma/adding-the-tagging-functionality-to-the-article-in-django-part-9-5a0ec29067e9 
- 
-Adding Tags Using Django-Taggit in Django Project | by Evenword | Medium 
-https://medium.com/@Evenword/adding-tags-using-django-taggit-in-django-project-b8a827996e51 
- 
-Building Web Scraping Applications with Python for Profit | by Yancy Dennis | May, 2023 | Python in Plain English 
-https://python.plainenglish.io/building-web-scraping-applications-with-python-for-profit-b3acb310366c 
- 
-Django: Using django-filter plugin with CBVs | by Adrien Van Thong | May, 2023 | Medium 
-https://adrienvanthong.medium.com/django-using-django-filter-plugin-with-cbvs-17d16592eda9 
- 
-How to Automatically Generate DateTime Fields in Django | by Ali Saleh | Apr, 2023 | Web3 News & Blogging Website — 2023 
-https://web3usecase.co/how-to-automatically-generate-datetime-fields-in-django-65fd849e1381 
- 
-Top Django Podcasts Every Developer Should Listen to in 2023 | by Luisprooc | Apr, 2023 | Medium 
-https://medium.com/@luisprooc/top-django-podcasts-every-developer-should-listen-to-in-2023-4409816a1d35 
- 
-Best Practices for Securing Django Rest Framework APIs | by Daniel Doody | Apr, 2023 | Medium 
-https://medium.com/@daniel.doody/best-practices-for-securing-django-rest-framework-apis-9dbb7ba367a8 
- 
-Django Query Optimization. Django is a powerful web framework that… | by Gajanan Rajput | Medium 
-https://medium.com/@rajputgajanan50/django-query-optimization-9259d55f5795 
- 
-10 Incredible Automation Scripts You Need To Try | by Abhay Parashar | The Pythoneers | Medium 
-https://medium.com/pythoneers/10-incredible-automation-scripts-you-need-to-try-2cdffebb399c 
- 
-Awesome Python Scripts. Hi guys! Today I want to share with you… | by Dmitriy Kumantsev | May, 2023 | Medium 
-https://medium.com/@dmitrijkumancev571/awesome-python-scripts-6711873a35c3 
- 
-How to Deploy Your Django Application on Heroku | by Azeem P | Apr, 2023 | Medium 
-https://azeemcode.medium.com/how-to-deploy-your-django-application-on-heroku-a5304f83533d 
- 
-Improve Serialization Performance in Django Rest Framework | by Haki Benita | Medium 
-https://hakibenita.medium.com/improve-serialization-performance-in-django-rest-framework-f345a5529cdd 
- 
-GitHub - microsoft/guidance: A guidance language for controlling large language models. 
-https://github.com/microsoft/guidance 
- 
-Tailwind Variants 
-https://www.tailwind-variants.org/ 
- 
-Build Scalable and Secure APIs with Django REST Framework | by Dev Mehta | Medium 
-https://medium.com/@devbmehta04/build-scalable-and-secure-apis-with-django-rest-framework-a5d5ae50a652 
- 
-Add Interactive Map to Django Admin [5 steps] | AWS Tip 
-https://awstip.com/add-interactive-map-to-django-admin-9278ddab950f 
- 
-Using Mixins with Class-Based Views to Reuse Code in Django | by Ali Saleh | Apr, 2023 | Web3 News & Blogging Website — 2023 
-https://web3usecase.co/using-mixins-with-class-based-views-to-reuse-code-in-django-fd031410a022 
- 
-Fixing the worst thing about Django Rest Framework | by Ali Iqbal | Medium 
-https://medium.com/@ali.iqbal028/fixing-the-worst-thing-about-django-rest-framework-982096212156 
- 
-MUST USE packages when starting a new Django Project | by Yashas H R | Medium 
-https://medium.com/@yashashr/must-use-packages-when-starting-a-new-django-project-27082f93c6b7 
- 
-PyGWalker: A Python Library for Visualizing Pandas Dataframes | by Open Data Analytics | Level Up Coding 
-https://levelup.gitconnected.com/pygwalker-a-python-library-for-visualizing-data-with-pandas-ff5fc6b59f33 
- 
-Physical Key Authentication for Django: A Step-by-Step Implementation | by Instand Blog | Medium 
-https://medium.com/@instandblog/physical-key-authentication-for-django-a-step-by-step-implementation-78aa2894af12 
- 
-How to delete / remove an app from a Django project? | by Thomas Carbillet | Medium 
-https://thomsawyer.medium.com/how-to-delete-remove-an-app-from-a-django-project-bc847553804c 
- 
-WhatsApp App to Generate a 4 Page Business Plan using GPT-3 API, Python Django and Meta Api | by Skolo Online Learning | Python in Plain English 
-https://python.plainenglish.io/whatsapp-app-to-generate-a-4-page-business-plan-using-gpt-3-api-python-django-and-meta-api-c53f7ed2a86b 
- 
-Serving your React app with Django (A beautiful union between Django-URLs and react-router-dom v6) | by Yusuf Olamilekan Muktar | May, 2023 | Medium 
-https://medium.com/@yusufolamilekanmuktar/serving-your-react-app-with-django-a-beautiful-union-between-django-urls-and-react-router-dom-v6-b18d1265098f 
- 
-Create a View to Display a Article Details in Django — Part 5 | by Nutan | Mar, 2023 | Medium 
-https://medium.com/@nutanbhogendrasharma/create-a-view-to-display-a-article-details-in-django-part-5-35e75f1bc402 
- 
-Advanced Web Development with Python and Django: Building Scalable, Secure, and Maintainable Applications | by Etiris Magazine | Apr, 2023 | Medium 
-https://medium.com/@etirismagazine/advanced-web-development-with-python-and-django-building-scalable-secure-and-maintainable-db9de6dc836f 
- 
-hx-attributes within django -> delete, get, post and more | by Mika Hemminger | May, 2023 | Medium 
-https://medium.com/@mikahemminger.cc/hx-attributes-within-django-delete-get-post-and-more-31fa3e23aece 
- 
-Make Your Website Stand Out With These Semantic HTML Tags | by Rehan Pinjari | May, 2023 | Dev Genius 
-https://blog.devgenius.io/make-your-website-stand-out-with-these-semantic-html-tags-450a02ab9376 
- 
-Boosting Django REST API and Web App Performance: To under 100ms | by Jaleel Nazir | Apr, 2023 | Medium 
-https://medium.com/@nazirjaleel/boosting-django-rest-api-and-web-app-performance-from-5-seconds-to-under-100ms-df011cbd23da 
- 
-Introducing Postbot, Postman’s New AI Assistant | Postman Blog 
-https://blog.postman.com/introducing-postbot-postmans-new-ai-assistant/ 
- 
-GitHub - PrefectHQ/marvin: A batteries-included library for building AI-powered software 
-https://github.com/PrefectHQ/marvin 
- 
-✎ python:django:articles_to_expand [APressato.Com] 
-http://apressato.com/dokuwiki/doku.php?id=python:django:articles_to_expand&do=edit 
- 
  
  
  
  
python/django/articles_to_expand.1684353611.txt.gz · Ultima modifica: 2023/05/17 20:00 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0