From d52fcd0a988ae6fdebb8480db681d6a71625ba82 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Wed, 26 Jan 2022 16:51:44 +0700 Subject: Update draft --- content/posts/2022-01-31-luna-django.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'content/posts') 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 -- cgit 1.4.1