Django

defaullt-thumbnail

How to add webhooks to a Django project and test them locally

In our daily work, we need to receive information about events in external environments, which is why APIs have become ...
sidoc digital transformation

How digital transformation positively impacted SIDOC

Digital transformation could sound as the digitalization of your business, but it is more than just technology.   "Contrary to ...

Store Django static assets with Amazon S3

For some projects we serve a lot of images, videos, and documents. This can overload your site and make it ...

Quick start with Django ORM

As a web developer, using databases may be a pain, you must ensure that all your queries are pretty well ...

Working with nested forms with Django

One of the biggest advantages of Django is its ability to create CRUDs applications with no effort. You just need ...

Speed it up! Recommendations to make your Django app faster

Let's admit it, Django rules. It is simple, trustworthy, fast and it is written in Python. What else do you ...

How to create Django Data Migrations

Sometimes, you have a well defined structure in your database, but you have to refactor it . This refactor implies ...

How to implement a basic Facebook Messenger chatbot

Nowadays, communication channels are fundamental for a business. If your customer has a question or a requirement, it should be ...

How to do a Wizard Form with Django

Many times, we have a form with a lot of fields and we need to use it, but we don't ...

Simple django wordpress integration with Django WordPress API library

Nowadays, WordPress is the most known CMS in the web. For creating and managing static content with no complex logic ...