Changeset 54fe61a
- Timestamp:
- 10/27/11 12:37:32 (19 months ago)
- Branches:
- master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- d4c2dd3, ca8d026
- Parents:
- 13bd560
- git-author:
- yomguy <yomguy@…> (10/27/11 12:37:32)
- git-committer:
- yomguy <yomguy@…> (10/27/11 12:37:32)
- File:
-
- 1 edited
-
telemeta/web/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/web/base.py
r13bd560 r54fe61a 176 176 if not request.user.is_authenticated(): 177 177 template = loader.get_template('telemeta/index.html') 178 # ids = [id for id in MediaItem.objects.all().values_list('id', flat=True).order_by('?')[0:3]] 179 # items = MediaItem.objects.enriched().filter(pk__in=ids) 180 # 178 181 179 sound_items = MediaItem.objects.sound() 182 180 _sound_pub_items = []
Note: See TracChangeset
for help on using the changeset viewer.
