about summary refs log tree commit diff
path: root/content/posts
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-01-26 16:51:44 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2022-01-26 17:09:22 +0700
commitd52fcd0a988ae6fdebb8480db681d6a71625ba82 (patch)
tree609d0c415e3fe96f2e77400e9c3312608d7b98ea /content/posts
parentaf789af64509e100f963744d528085f69b6ace34 (diff)
downloadblog-d52fcd0a988ae6fdebb8480db681d6a71625ba82.tar.gz
Update draft
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2022-01-31-luna-django.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/posts/2022-01-31-luna-django.md b/content/posts/2022-01-31-luna-django.md
index 7eefbb4..3d306ac 100644
--- a/content/posts/2022-01-31-luna-django.md
+++ b/content/posts/2022-01-31-luna-django.md
@@ -33,13 +33,18 @@ it being unfitting.  I am going to elaborate more on this in this post.
 - email
 
 There is a lot more that can be installed as plugins, and some of these tools
-can be unplugged from the `INSTALLED_APPS` in the settings.  However, I'm
-talking about the *default* here:
+can be unplugged from the `INSTALLED_APPS` in the settings.  However, given
+that the *default* contains so much, it can be troublesome to get a minimal
+setup.
 
 [django]: https://en.wiktionary.org/wiki/batteries-included
 
 ## Luna
 
+On the other hand, Luna is just a frontend (a server-side-generated frontend,
+not to be confused with JavaScript front end).  It doesn't need database
+handling, or administration, or emailing.
+
 - Luna: just a frontend (just the view part)
 - overhead (a lot of setting)
 - origin: trying out stuff