From 13948106195d11b6b94dc57435b47a74cc344dfc Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Tue, 25 Mar 2025 19:26:03 +0100 Subject: [PATCH] Fix typo --- programming/python/about_django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/python/about_django.md b/programming/python/about_django.md index f33708b..4a40604 100644 --- a/programming/python/about_django.md +++ b/programming/python/about_django.md @@ -32,7 +32,7 @@ Many similar tools exist, but I have not found any other tool that can do so muc * The Django admin has a simple, but useful for many scenarios permissions functionality, where editing certain entities is restricted to groups of users. -The Django admin is frequently a big boost during the early development of database-backed applications, and sometimes I can provide value during a big part of the life of an application. +The Django admin is frequently a big boost during the early development of database-backed applications, and sometimes it can provide value during a big part of the life of an application. Additionally, traditionally when working with frameworks without an equivalent facility, the friction of adding an interface to edit a piece of data can be large. Developers pressed for time might opt to hardcode the data in the source code of the application, requiring code changes to modify certain behaviors of the application. -- 2.47.3