diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/2022-01-31-luna-django.md | 9 |
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 |