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 13:27] apressatopython:django:articles_to_expand [2023/09/22 16:41] (versione attuale) – WIP apressato
Linea 1: Linea 1:
-====== Django articles to include in dpcumentation ======+====== Django articles to include in documentation ======
  
 ===== Projects ===== ===== Projects =====
Linea 9: Linea 9:
 [[https://medium.com/@dmitrijkumancev571/kanban-board-on-django-drf-and-alpine-js-3d04543f73fe]] \\ [[https://medium.com/@dmitrijkumancev571/kanban-board-on-django-drf-and-alpine-js-3d04543f73fe]] \\
 [[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/pythoneers/10-incredible-automation-scripts-you-need-to-try-2cdffebb399c]] \\
  
  
Linea 20: Linea 22:
 [[https://medium.datadriveninvestor.com/how-to-use-feature-flipper-in-django-c5834e086295]] \\ [[https://medium.datadriveninvestor.com/how-to-use-feature-flipper-in-django-c5834e086295]] \\
 [[https://medium.com/@techWithAditya/middleware-magic-how-to-use-django-middleware-for-advanced-error-handling-and-exception-management-78573a27204e]] \\ [[https://medium.com/@techWithAditya/middleware-magic-how-to-use-django-middleware-for-advanced-error-handling-and-exception-management-78573a27204e]] \\
 +[[https://sanju2help.medium.com/what-is-the-difference-between-decorator-and-middleware-in-django-f172d19bfd89]] \\
 +
 +
 +===== Settings =====
 +[[https://medium.com/@amanlalwani0807/7-critical-django-production-server-setting-6024380a50f3]] \\
  
  
Linea 25: Linea 32:
 [[https://progressify.dev/post/python/django/come-estendere-user-model-django/]] \\ [[https://progressify.dev/post/python/django/come-estendere-user-model-django/]] \\
 [[https://faun.pub/custom-user-in-djnago-4923712e8f1]] ''(USERNAME_FIELD)'' \\ [[https://faun.pub/custom-user-in-djnago-4923712e8f1]] ''(USERNAME_FIELD)'' \\
 +[[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://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]] \\
 [[https://medium.com/@leekhitame/customizing-authentication-user-manager-in-django-part-iii-90d5c00904ae]] \\ [[https://medium.com/@leekhitame/customizing-authentication-user-manager-in-django-part-iii-90d5c00904ae]] \\
Linea 42: Linea 53:
 [[https://medium.com/@sanjay.pra003/boost-your-django-apps-performance-say-goodbye-to-n-1-queries-3e6eadf0f33b]] \\ [[https://medium.com/@sanjay.pra003/boost-your-django-apps-performance-say-goodbye-to-n-1-queries-3e6eadf0f33b]] \\
 [[https://web3usecase.co/simple-database-access-optimizations-for-better-performance-in-django-dd2d070afba]] \\ [[https://web3usecase.co/simple-database-access-optimizations-for-better-performance-in-django-dd2d070afba]] \\
 +[[https://blog.zettasoft.id/mastering-django-orm-in-the-shell-6cfdc1473928]] \\
 +[[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 54: 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 63: Linea 80:
 [[https://medium.com/@mrvijaysoni007/how-to-show-images-of-the-model-in-django-admin-f74c55e345da]] \\ [[https://medium.com/@mrvijaysoni007/how-to-show-images-of-the-model-in-django-admin-f74c55e345da]] \\
 [[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://awstip.com/add-interactive-map-to-django-admin-9278ddab950f]] \\
  
  
Linea 71: 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 88: 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 108: Linea 136:
 [[https://python.plainenglish.io/autocomplete-search-suggestions-in-django-fe18981585a5]] \\ [[https://python.plainenglish.io/autocomplete-search-suggestions-in-django-fe18981585a5]] \\
 [[https://medium.com/@mikahemminger.cc/django-4-tips-tricks-and-packages-list-eca5320ea5e5]] \\ [[https://medium.com/@mikahemminger.cc/django-4-tips-tricks-and-packages-list-eca5320ea5e5]] \\
 +[[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/@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 117: 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]] \\
 +
 +
 +===== Test =====
 +[[https://azeemcode.medium.com/best-practices-for-django-testing-a-comprehensive-guide-94312b503298]] \\
 +
 +
 +===== Machine Learning =====
 +[[https://medium.com/@Evenword/creating-a-machine-learning-based-web-application-using-django-a0a44ddf2c92]] \\
  
  
 ===== 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 ===== 
 +[[https://medium.com/@Evenword/top-10-companies-you-probably-didnt-know-use-django-aa99db703024]] \\ 
  
  
  
python/django/articles_to_expand.1684330033.txt.gz · Ultima modifica: 2023/05/17 13:27 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0