Blog | Valentino Gagliardi |
---|---|
RSS 2.0 Feed | Valentino Gagliardi - Django RSS Feed |
web | https://www.valentinog.com/blog |
Last Update | 11.20.2024 |
Posts | 24 |
Valentino Gagliardi
Blog | Valentino Gagliardi |
---|---|
RSS 2.0 Feed | Valentino Gagliardi - Django RSS Feed |
web | https://www.valentinog.com/blog |
Last Update | 11.20.2024 |
Posts | 24 |
Jan. 6, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
A Django project template is the natural solution when the default Django project format is not enough anymore. Learn how to make your own in this tutorial.
Read MoreDec. 12, 2019 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
In this post you'll learn how to build your own Django middleware and how to inject data into a view's context directly from the middleware.
Read MoreMay 29, 2019 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
Learn how to recover from ORM errors in Django and make your views more robust with try/except and a nice Django shortcut: get_object_or_404
Read MoreMarch 12, 2018 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
How to create a Django REST API? How to structure a Django project with React? Here's a practical introduction to Django REST with React. (Django 3)
Read More