Skip to content

Commit 8afd3d2

Browse files
authored
docs: django-location-field (#1444)
1 parent ee0282c commit 8afd3d2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Unfold Studio lets you visually customize your Django admin without writing code
5050
- **Advanced filters**: Features custom dropdowns, autocomplete, numeric, datetime, and text field filters.
5151
- **Dashboard tools**: Includes helpers for building custom dashboard pages.
5252
- **UI components**: Offers reusable interface components such as cards, buttons, and charts.
53+
- **Crispy forms**: Custom template pack for django-crispy-forms to style forms with Unfold's design system
5354
- **WYSIWYG editor**: Built-in support for WYSIWYG editing through Trix.
5455
- **Array widget:** Built-in widget for `django.contrib.postgres.fields.ArrayField`
5556
- **Inline tabs:** Group inlines into tab navigation in the change form
@@ -72,8 +73,20 @@ Unfold Studio lets you visually customize your Django admin without writing code
7273
- **Dependencies:** Built entirely on `django.contrib.admin`.
7374
- **VS Code:** Project configuration and development container included.
7475

76+
## Third-party package support
77+
78+
- [django-guardian](https://github.com/django-guardian/django-guardian) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-guardian/)
79+
- [django-import-export](https://github.com/django-import-export/django-import-export) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-import-export/)
80+
- [django-simple-history](https://github.com/jazzband/django-simple-history) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-simple-history/)
81+
- [django-constance](https://github.com/jazzband/django-constance) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-constance/)
82+
- [django-celery-beat](https://github.com/celery/django-celery-beat) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-celery-beat/)
83+
- [django-modeltranslation](https://github.com/deschler/django-modeltranslation) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-modeltranslation/)
84+
- [django-money](https://github.com/django-money/django-money) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-money/)
85+
- [django-location-field](https://github.com/caioariede/django-location-field) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-location-field/)
86+
7587
## Credits
7688

89+
- **Tailwind**: [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) - Licensed under the [MIT License](https://opensource.org/licenses/MIT).
7790
- **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).
7891
- **Font**: [Inter](https://github.com/rsms/inter) - Licensed under the [SIL Open Font License 1.1](https://scripts.sil.org/OFL).
7992
- **Charts**: [Chart.js](https://github.com/chartjs/Chart.js) - Licensed under the [MIT License](https://opensource.org/licenses/MIT).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: django-location-field
3+
order: 0
4+
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

Comments
 (0)