mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Add management command to rescrape the urls for an app #85

Closed gaqzi closed 11 years ago

gaqzi commented 11 years ago

Requires the app to have a module called facebook_urls with the attribute urls that is iteratable. Then Facebook will be requested to rescrape those urls in turn.

Usage: > ./manage friendface rescrape za_form

Each app that this will be used for needs to have a module with an urls attribute that is an iterable that returns an individual absolute url. Much like urls.py.

gaqzi commented 11 years ago

I'm making the decision that I'm not testing the management commands. Too much hassle for not much m000.