• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

django-cms/djangocms-googlemap: django CMS Google Map is a set of plugins for dj ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

django-cms/djangocms-googlemap

开源软件地址(OpenSource Url):

https://github.com/django-cms/djangocms-googlemap

开源编程语言(OpenSource Language):

Python 74.4%

开源软件介绍(OpenSource Introduction):

django CMS Google Map

pypi build coverage

django CMS Google Map is a set of plugins for django CMS that allow you to implement Google Map into your website.

This addon is compatible with Divio Cloud and is also available on the django CMS Marketplace for easy installation.

preview.gif

Contributing

This is a an open-source project. We'll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines.

We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section.

One of the easiest contributions you can make is helping to translate this addon on Transifex.

Documentation

See REQUIREMENTS in the setup.py file for additional dependencies:

python django djangocms

  • Django Filer 1.7 or higher

Make sure django-filer is installed and configured appropriately.

Installation

For a manual install:

  • run pip install djangocms-googlemap
  • add djangocms_googlemap to your INSTALLED_APPS
  • run python manage.py migrate djangocms_googlemap

Configuration

django CMS Google Map requires an API key from Google, that needs to be supplied in your Django settings:

DJANGOCMS_GOOGLEMAP_API_KEY = ''

Note that the provided templates are minimal by design. You are encouraged to adapt and override them to your project's requirements. The included demo JavaScript does not require jQuery or any other 3rd party library other than Google Maps own JavaScript, which will be loaded automatically.

This addon provides a default template for all instances. You can provide additional template choices by adding a DJANGOCMS_GOOGLEMAP_TEMPLATES setting:

DJANGOCMS_GOOGLEMAP_TEMPLATES = [
    ('feature', _('Featured Version')),
]

You'll need to create the feature folder inside templates/djangocms_googlemap/ otherwise you will get a template does not exist error. You can do this by copying the default folder inside that directory and renaming it to feature.

Running Tests

You can run tests by executing:

virtualenv env
source env/bin/activate
pip install -r tests/requirements.txt
python setup.py test



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap