Sometimes, we want to highlight links in Python Django templates In this article, we’ll look…
Month: April 2022
Sometimes, we want to register users in Python Django REST framework. In this article, we’ll…
Sometimes, we want to change the header ‘Django administration’ text with Python Django admin. In…
Sometimes, we want to rename a model and relationship fields with Python Django migrations. In…
Sometimes, we want to get the data received in a Flask request. In this article,…
Sometimes, we want to serve static files in Python Flask. In this article, we’ll look…
Sometimes, we want to share data between requests with Python Flask. In this article, we’ll…
Sometimes, we want to return a JSON response from a Python Flask view. In this…
Sometimes, we want to configure Python Flask dev server to be visible across the network.…
Sometimes, we want to get POSTed JSON in Python Flask. In this article, we’ll look…