diff --git a/README.rst b/README.rst index 9554b19b..30ca577b 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,7 @@ Add ``forms_builder.forms`` to ``INSTALLED_APPS`` in your project's INSTALLED_APPS = ( # other apps + 'django.contrib.sites', # ensure this is present 'forms_builder.forms', )