-
除了
django.contrib.syndication.views.Feed
Feed
类还提供以下覆盖。请注意,这些覆盖可以通过多种方式完成:from django.contrib.gis.feeds import Feed class MyFeed(Feed): # First, as a class attribute. geometry = ... item_geometry = ... # Also a function with no arguments def geometry(self): ... def item_geometry(self): ... # And as a function with a single argument def geometry(self, obj): ... def item_geometry(self, item): ...
本文介绍 django.contrib.gis.feeds.Feed
的用法。
声明
class Feed
相关用法
- Python Django Feed.item_geometry用法及代码示例
- Python Django Feed.geometry用法及代码示例
- Python Django Feature.get用法及代码示例
- Python Django Feature.fid用法及代码示例
- Python Django Feature.layer_name用法及代码示例
- Python Django Feature.index用法及代码示例
- Python Django Feature.geom用法及代码示例
- Python Django File.save用法及代码示例
- Python Django Field.description用法及代码示例
- Python Django FormView用法及代码示例
- Python File next()用法及代码示例
- Python Django Form.default_renderer用法及代码示例
- Python Django Form.as_p用法及代码示例
- Python File tell()用法及代码示例
- Python Django Floor用法及代码示例
- Python Django Field.type_name用法及代码示例
- Python Django ForeignKey.on_delete用法及代码示例
- Python Django Field.help_text用法及代码示例
- Python File seek()用法及代码示例
- Python OpenCV Filter2D()用法及代码示例
- Python File writable()用法及代码示例
- Python File close()用法及代码示例
- Python Django FileField.upload_to用法及代码示例
- Python Float转Int用法及代码示例
- Python File flush()用法及代码示例
注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.contrib.gis.feeds.Feed。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。