Skip to content

shelfworthy/django-places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Place storage app for django projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages