Building a personal blog using Django
22 points| rishikeshs | 3 years ago
I was wondering whether this is a good choice and I would love to see some examples of personal blogs developed using django.
22 points| rishikeshs | 3 years ago
I was wondering whether this is a good choice and I would love to see some examples of personal blogs developed using django.
[+] [-] galoisgirl|3 years ago|reply
[+] [-] Nextgrid|3 years ago|reply
Later down the line you could consider Wagtail which builds upon Django but provides extra functionality helpful in building a CMS, but for the time being I suggest you stick with Django if you're just trying to learn.
[+] [-] jabdullatheef|3 years ago|reply
If the goal is to have a blog, use any static site generators for easy and quick win and deploy it to netlify, github pages, etc. easier and cost effective.
[+] [-] no-dr-onboard|3 years ago|reply
[+] [-] xu3u32|3 years ago|reply
[+] [-] gidorah|3 years ago|reply
I found Flask easier to pick up than Django, as I an new to coding too.
https://flask.palletsprojects.com/en/2.1.x/
[+] [-] stefanos82|3 years ago|reply
[+] [-] eddd-ddde|3 years ago|reply
[+] [-] rishikeshs|3 years ago|reply
[+] [-] sphars|3 years ago|reply
Pelican: https://blog.getpelican.com/
Nikola: https://getnikola.com/
[+] [-] rishikeshs|3 years ago|reply
[+] [-] WorldMaker|3 years ago|reply
A few years ago I got tired of running it. Cheap VPSes have an expense in management time (making sure everything is up to date, distro upgrades, etc) and I didn't think the managed django hosts that I was aware of were worth the costs and static hosts sites got cheap as free again (just like when I was a kid; back when my blog started before blog was a word) so I switched to a static generator (again). (In this case Jekyll because of Github momentum at the time I switched.)
Django is a great choice and you can have some fun with it! Others are suggesting SSGs because they are cheaper and easier (they are), but it is your blog and you should have fun with it.
[+] [-] talolard|3 years ago|reply
[+] [-] rishikeshs|3 years ago|reply
[+] [-] jasfi|3 years ago|reply
If you ever want to learn Nim, please consider Nexus (https://github.com/jfilby/nexus) as I'm building it to be something like Django for Nim.
[+] [-] stefanos82|3 years ago|reply
https://docs.djangoproject.com/en/4.0/faq/general/#django-ap...
[+] [-] sergiotapia|3 years ago|reply
[+] [-] jstx1|3 years ago|reply
[+] [-] budafish|3 years ago|reply
https://www.amishbhadeshia.co.uk/posts/setting-up-a-new-blog...
[+] [-] autoblogging|3 years ago|reply
[deleted]
[+] [-] autoblogging|3 years ago|reply
[deleted]
[+] [-] rishikeshs|3 years ago|reply
[deleted]