/django-places

Place storage app for django projects.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Django Places

Currently this app provides a way to store places in a django project. More info coming sometime.

Installation

To use the invite form, you first need to add bouncer to INSTALLED_APPS in your settings file:

INSTALLED_APPS = (
#...
'places',
)