Tag: Wagtail

  • Migrating a WordPress Blog to Django (Wagtail)

    Migrating a WordPress Blog to Django (Wagtail)

    Problem Statement Our company website has been running on PHP + WordPress for years, but it’s time to leave behind plugin roulette, limited extensibility, and the burden of maintaining a non-Python backend. We wanted a single Python codebase where we could: Django was the obvious framework home, but which CMS layer? We compared Mezzanine, Django‑CMS, plain Django admin…