Coding Journal

My journey to become a Full Stack Developer

cover image

This article is 2nd of Let's learn Django together in which we created a virtual environment and started a simple Diary project.

At one point, we would like to make our …

Read More
cover image

Learn Django with me (part 1)

Dec. 8, 2022, 4:49 p.m.

I was fascinated by Django sometime ago. Then I started to learn fronted frameworks and didn't have time for Django. Now I want to refresh my Django knowledge and …

Read More
cover image

First tests in my Django app

Aug. 4, 2019, 7:33 p.m.

When I started creating the blog app I knew nothing about testing. But as I started learning testing  I decided to add tests to the app gradually. So now, writing …

Read More
cover image

In this post I'm still writing about html files in Django. 

Plan:

1. Adding links between Home and About pages 

2. Creating detail_page.html and _comments.html 

 

1. Adding links between …

Read More
cover image

First part of Django blog tutorial: How to start a Django project.

Second part of Django blog tutorial: First views in my Django blog …

Read More
cover image

First views in my Django blog project

July 2, 2019, 11:49 a.m.

Last time I wrote how I had created a virtual environment and started a Django project called website. Then I also started an app called blog.

To continue building …

Read More
cover image

How to start a Django project

June 16, 2019, 10:02 a.m.

One thing is to read and understand (more or less) what you are doing / coding, and the other thing is to tell about it to another person …

Read More