You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Tailwind**: [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) - Licensed under the [MIT License](https://opensource.org/licenses/MIT).
77
90
-**Icons**: [Material Symbols](https://github.com/google/material-design-icons) - Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
78
91
-**Font**: [Inter](https://github.com/rsms/inter) - Licensed under the [SIL Open Font License 1.1](https://scripts.sil.org/OFL).
79
92
-**Charts**: [Chart.js](https://github.com/chartjs/Chart.js) - Licensed under the [MIT License](https://opensource.org/licenses/MIT).
description: Integrate django-location-field with Django Unfold to display beautiful map widgets in your admin interface
5
+
---
6
+
7
+
# django-location-field
8
+
9
+
[django-location-field](https://github.com/caioariede/django-location-field) is a location field and widget for Django that makes it easy to store and display geographic points on a map.
10
+
11
+
To integrate it with Django Unfold, first install django-location-field according to its documentation, then add `unfold.contrib.location_field` to your `INSTALLED_APPS` setting **before**`location_field`.
0 commit comments