Explorar el Código

Use redirect on preview

Sage Abdullah hace 1 mes
padre
commit
a58282313a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bakerydemo/settings/base.py

+ 1 - 0
bakerydemo/settings/base.py

@@ -259,4 +259,5 @@ WAGTAIL_HEADLESS_PREVIEW = {
     "CLIENT_URLS": {
         "default": "http://localhost:3000",
     },
+    "REDIRECT_ON_PREVIEW": True,
 }