Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 304 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 304 Bytes

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',
)