Home | Trees | Indices | Help |
|
---|
|
1 """Context Processors for Zinnia""" 2 from zinnia import __version__ 3 from zinnia.settings import MEDIA_URL 4 57 """Adds media-related context variables to the context""" 8 return {'ZINNIA_MEDIA_URL': MEDIA_URL}9 10 14
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 22 09:38:54 2011 | http://epydoc.sourceforge.net |