Make a Hugo Static Blog Inside a Django App · Matt Layman

Without using a subdomain, Django’s static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I’ll show you how I created a static blog in Hugo and added it to my Django project. Read more

Similar