Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@akbargumbira akbargumbira released this 06 Mar 21:33
· 6 commits to develop since this release

This major version is focused on making Django User Map more reusable. See the documentation here www.akbargumbira.com/django-user-map

The highlight of the changes are:

  • Removed the hand-crafted user model and its authentication backend. From this version, the Django User Map will use the active auth user model defined in the project settings.
  • Used REST API so that other applications could easily utilize this resource. The REST API is at /[user_maps_url]/usermaps
  • New marker filter control based on the roles
  • Made settings more compliant with Leaflet options for basemap and marker
  • Allowed users (who use this apps on their django project) to override data privacy content and add navigation menu
  • Made popup content dynamically generated from REST API.

without_nav