From 55a7c979214ba41a3d6afc16f880ecb9adaf5246 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 10 Mar 2017 12:23:04 +0100 Subject: [PATCH] [docs] Added 'allauth.socialaccount' to INSTALLED_APPS in README example --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 4354a2972..93a46d285 100644 --- a/README.rst +++ b/README.rst @@ -89,6 +89,7 @@ Setup (integrate in an existing django project) 'django.contrib.sites', 'allauth', 'allauth.account', + 'allauth.socialaccount', 'django_extensions', # openwisp2 modules 'openwisp_users',