Hi,
Is there anyway to force login to access to some url's?
Here is my url:
url(r'^notify/', get_notify_pattern()),
url(r'^admin/wiki/view', get_wiki_pattern()),
I tried putting: login_required(get_wiki_pattern()) but it says:
'tuple' object is not callable
Thanks,
Ara