Articles
Long and short posts on a wide variety of topics. In this format, I publish tutorials, share various development and monetization case studies (and many other topics), review various technologies, conduct research, and analyze the design and operation of various programs and tools.
In english/
Articles/
Django
How to make django authentication system with forms
16.10.2023
12.09.2026
826
0
0
0
0
Implement a user authentication system. For this purpose, a registration form and login form are created on the website timthewebmaster.com.
Create a new app inside a Django project. How to add this new app to project
19.07.2024
12.09.2026
724
0
0
0
0
In this article you will know commands how to create new django app, how to add model to app and how to configure it.
Simple and basic Django project. How to init and what to use
19.07.2024
12.09.2026
619
0
0
0
0
How to create an empty or very simple Django project using a virtual environment and then run a test server as a result
Full localization for a Django website
06.02.2025
12.09.2026
5081
0
0
0
0
I'll show you how to completely make localization a Django website, describe the full process: setting up, extracting, collecting, and compiling translations. Covering all three translation scenarios, including files such …