From c573732f2417ddc11bde2f3e5bc475f12e1c194b Mon Sep 17 00:00:00 2001 From: Flavio Curella <89607+fcurella@users.noreply.github.com> Date: Mon, 3 Aug 2020 09:32:49 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index e0b7520..a7339d0 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,10 @@ You will also have to add ``django.core.context_processors.request`` to your ``c } }, ] + +Note in most cases sharing will not work if you are using ``localhost`` or your domain is otherwise not accessible from the public internet. For testing local development, you can use a service like ngrok_, and set your `Site instance `_'s ``domain`` to the hostname provided by ``ngrok``. + +.. _ngrok: https://ngrok.com/ Usage -----