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 17:41] 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]] \\
 +
  
  
  
python/django/articles_to_expand.1684345290.txt.gz · Ultima modifica: 2023/05/17 17:41 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0