- #Python
- #Django
- #Hugo
- #WhiteNoise
- #Gunicorn
Make A Hugo Static Blog Inside A Django App
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 …