eucrim.feed package

Submodules

eucrim.feed.admin module

eucrim.feed.feeds module

class eucrim.feed.feeds.LatestEntriesFeed[source]

Bases: Feed

description(obj)[source]
get_object(request, *args, **kwargs)[source]
item_categories(item)[source]
item_description(item)[source]
item_pubdate(item)[source]
item_title(item)[source]
item_updateddate(item)[source]
items()[source]
title(obj)[source]

eucrim.feed.models module

class eucrim.feed.models.NewsFeedSettings(id, site, newsfeed_title, newsfeed_description)[source]

Bases: BaseSiteSetting

exception DoesNotExist

Bases: ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

exception NotUpdated

Bases: ObjectNotUpdated, DatabaseError

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

newsfeed_description

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

newsfeed_title

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
site

Accessor to the related object on the forward side of a one-to-one relation.

In the example:

class Restaurant(Model):
    place = OneToOneField(Place, related_name='restaurant')

Restaurant.place is a ForwardOneToOneDescriptor instance.

site_id

eucrim.feed.urls module

Module contents