Posted on

Pyramid 05: Changing the layout with Bootstrap 4

Let’s make minor changes to the layout, so we keep things simple and concentrate at the backend of our application along the next posts.

By the time I am writing this tutorial, Boostrap is on version 4.1.
You can download it here.

Continue reading Pyramid 05: Changing the layout with Bootstrap 4
Posted on

Django CRUD

It is important to keep our skills sharp and there is no better way than training.

Now, one thing is to reproduce simple tutorials that we can find online with clear constraints and tools easily available, another thing, and far more challenging, is to take requirements similar to real life problems and code it from scratch, without any references.

Continue reading Django CRUD