Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed May 16, 2022
1 parent 495d985 commit e533fb1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ Just add map widgets to your django admin forms.

![](https://cloud.githubusercontent.com/assets/1518272/26807500/ad0af4ea-4a4e-11e7-87d6-632f39e438f7.gif)


##### MapBox Map Point Field Widget

![](https://user-images.githubusercontent.com/1518272/168497515-f97363f4-6860-410e-9e24-230a2c4233b7.png)


##### Google Map Static Overlay Widget
This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popup/" target="_blank">Magnific Popup</a> jQuery plugin.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Django Map Widgets
Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.

.. note::
Check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
Please check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.

* **Project Home Page** : `https://github.com/erdem/django-map-widgets <https://github.com/erdem/django-map-widgets/>`_.
* **Documentation**: `http://django-map-widgets.readthedocs.io <http://django-map-widgets.readthedocs.io/>`_.
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))


LONG_DESCRIPTION = """
Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
Please check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
"""


setup(
name='django-map-widgets',
version=__version__,
description='Map widgets for Django PostGIS fields',
long_description='Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
author='Erdem Ozkol',
author_email='erdemozkol@gmail.com',
Expand All @@ -25,4 +32,3 @@
'Programming Language :: Python',
],
)

0 comments on commit e533fb1

Please sign in to comment.