Currently this app provides a way to store places in a django project. More info coming sometime.
To use the invite form, you first need to add bouncer to INSTALLED_APPS in your settings file:
INSTALLED_APPS = (
#...
'places',
)
| Name | Name | Last commit date | ||
|---|---|---|---|---|