-
Make a Hugo Static Blog Inside a Django App
Make a Hugo Static Blog Inside a Django App Can you build a statically generated blog into your Django app without using a subdomain, Django’s static files, or a reverse proxy? Yes, you can! Learn how and when you might use this approach in Matt Layman’s latest article. MATT LAYMAN • Shared by Matt Layman
Appears in lists (1)
More like this (3)
-
Understand Django: Serving Static Files
Understand Django: Serving Static Files Static files are critical to apps, but have little to do...
-
How To Set Up Tailwind CSS In Django On Heroku
How To Set Up Tailwind CSS In Django On Heroku Have a Django app on Heroku...
-
Understand Django: Anatomy of an Application
Understand Django: Anatomy of an Application Django applications are core structural elements of a Django project....