Reference

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

Settings

ACCOUNT_OPEN_SIGNUP

Required. Permit signing up for an account via OpenID.

ACCOUNT_OPEN_SIGNUP = True

Templates

Templates should be placed in an signup_codes/ folder unless otherwise noted, at the root of one of your template search paths.

admin_invite_user.html

context:group, group_base, title, form

account/signup.html

context:group, group_base, code, form

failure.html

context:group, group_base, code

Modules

pinax.apps.signup_codes.admin

pinax.apps.signup_codes.forms

pinax.apps.signup_codes.models

pinax.apps.signup_codes.views

Project Versions

Table Of Contents

Previous topic

Getting started

Next topic

pinax.apps.tagging_utils

This Page