]> xn--ix-yja.es Git - alex.git/commitdiff
Fix typo
authoralexpdp7 <alex@pdp7.net>
Tue, 25 Mar 2025 18:26:03 +0000 (19:26 +0100)
committeralexpdp7 <alex@corcoles.net>
Tue, 25 Mar 2025 18:26:31 +0000 (19:26 +0100)
programming/python/about_django.md

index f33708bcd85d61692a9cabe3510800af4e6efdca..4a4060484d08baa39c08255ea3ba9481b795131d 100644 (file)
@@ -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.