Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

wellfire/django-lokoj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-Lokoj: Locations Management

Allows you to add locations of different types to a Django project and geocode their locations for basic geographic searches.

Have multiple locations for offices, stores, products, vendors, campuses, chapters, affiliates, or something in between? This is the app for you.

Requirements

Install

Clone the repository and add it to your Python path. Then add the requisite applications to your INSTALLED_APPS list:

INSTALLED_APPS = (
    ....
    'postalcodes',
    'django_google_maps',
    'locations',
)

If you are using Django-CMS you can install the locations_cms application to use the app hook:

INSTALLED_APPS = (
    ....
    'postalcodes',
    'django_google_maps',
    'locations',
    'locations.locations_cms',
)

About

Manage locations in a Django project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published