This document covers various components of pinax.apps.waitinglist.
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.
On GET request, render the list_signup.html template with a form instance from pinax.apps.waitinglist.forms.WaitingListEntryForm in context.
On POST request, process the the form. Then redirect to waitinglist_success.
Renders a direct_to_template template, success.html.