On Wednesday, November 21, 2018 at 5:14:44 AM UTC+1, Tushar Nadkar wrote:
>
> I am trying to install Django facebook graph in my project , 
>
> I installed ‘facebook’ in Insatlled_app and added 
>
>  
>
> ['facebook.middleware.SignedRequestMiddleware',
>
>     'facebook.middleware.AppRequestMiddleware',
>
> ]
>
>  
>
> This 2 in MIDDLEWARE_CLASSES
>
> Then added 
>
> url(r'^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'
>
>  
> Have you added facebook to installed apps ? if you haven't done so and you 
> are trying to reference it's urls module, you'll most likely get this error
>
>  
>

-- 
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 this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c23bfde3-f724-4ccc-9250-f848dd458000%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to