Reference

This document covers various components of pinax.apps.authsub.

Named Urls

The named urls in this app should enable the use of of the {% url %} template tag as well as reverse lookups in your project code without having to know the implementation details of this app.

authsub_login

This redirects user to the invitations_contacts named url in the django-friends app or to the Google Contacts API.

Modules

pinax.apps.authsub.views

pinax.apps.authsub.views.get_auth_sub_url(next)
pinax.apps.authsub.views.get_full_url(request)
pinax.apps.authsub.views.get_url_host(request)
pinax.apps.authsub.views.login(request, redirect_to=None)

Table Of Contents

Previous topic

Getting started

Next topic

autocomplete_app

This Page