Re: ModuleNotFoundError: No module named 'facebook.urls'

2018-11-21 Thread prinx
eware.SignedRequestMiddleware', > > 'facebook.middleware.AppRequestMiddleware', > > ] > > > > This 2 in MIDDLEWARE_CLASSES > > Then added > > url(r'^accounts/',include('facebook.backends.registration.urls')), > > url(r'^facebook/', include('face

Re: ModuleNotFoundError: No module named 'facebook.urls'

2018-11-21 Thread Jason
you need to add the facebook package in your installed apps -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to

ModuleNotFoundError: No module named 'facebook.urls'

2018-11-20 Thread Tushar Nadkar
'^accounts/',include('facebook.backends.registration.urls')), url(r'^facebook/', include('facebook.urls')), as given in the documentation when I compile it showing ModuleNotFoundError: No module named 'facebook.urls' -- You received this message because you are