#Django

[ follow ]
#django
Talkpython
1 month ago
JavaScript

Seeing code flows and generating tests with Kolo

Kolo is an extension for VS Code to analyze Django requests and overlaps during development. [ more ]
Testdriven
2 months ago
JavaScript

Building Reusable Components in Django

Using django-viewcomponent in Django helps create reusable server-side UI components for a cleaner and maintainable codebase. [ more ]
Greenash
2 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
Python Test
2 months ago
Python

Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue

Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue. [ more ]
Realpython
2 months ago
Python

Get Started With Django: Build a Portfolio App Quiz - Real Python

Test your Django knowledge with an interactive quiz to revisit key concepts and features. [ more ]
LogRocket Blog
2 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
Talkpython
1 month ago
JavaScript

Seeing code flows and generating tests with Kolo

Kolo is an extension for VS Code to analyze Django requests and overlaps during development. [ more ]
Testdriven
2 months ago
JavaScript

Building Reusable Components in Django

Using django-viewcomponent in Django helps create reusable server-side UI components for a cleaner and maintainable codebase. [ more ]
Greenash
2 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
Python Test
2 months ago
Python

Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue

Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue. [ more ]
Realpython
2 months ago
Python

Get Started With Django: Build a Portfolio App Quiz - Real Python

Test your Django knowledge with an interactive quiz to revisit key concepts and features. [ more ]
LogRocket Blog
2 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
moredjango
B-list
7 months ago
Python

Easy HTTP status codes in Python

The most useful test for a web application is a test that verifies a response with an HTTP status code of 200 OK.
HTTP status codes can be confusing and it's important to understand their meanings and distinctions. [ more ]
Realpython
7 months ago
Web development

How to Render Markdown in a Django Application - Real Python

Django's admin interface doesn't provide a way to format text-based content, but Markdown can be used as a solution.
Markdown is a plain text formatting language that converts to HTML and is popular for both technical and non-technical content creators.
Using Markdown with Django admin provides a simpler alternative to a full-blown CMS and offers benefits like increased security and multi-format publishing. [ more ]
[ Load more ]