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'


-- 
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/5bf4db8a.1c69fb81.7731a.9b99%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to