Getting started

This document is designed to get you up and running with pinax.apps.signup_codes...

Prerequisites

These are the requirements to run pinax.apps.signup_codes:

These dependencies should be added to your requirements/project.txt file and installed using pip. For example:

pip install -r requirements/project.txt

Installation

Add pinax.apps.signup_codes to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "pinax.apps.signup_codes",
]

Project Versions

Table Of Contents

Previous topic

pinax.apps.signup_codes

Next topic

Reference

This Page