TELEMETA_CACHE_DIR = absolute path to the cache directory that you just created
TELEMETA_GMAP_KEY = your Google Map API key
TELEMETA_DOWNLOAD_ENABLED = True to enable audio data download
- TELEMETA_RSS_HOST = the public hostname of the RSS server
TELEMETA_PUBLIC_ACCESS_PERIOD = 51 # (in years)
Just paste the lines below::
<img src="images/user_red.png" style="vertical-align:middle" />
{% trans "Welcome" %},
{% if user.first_name and user.last_name %}
-{{ user.first_name }} {{ user.last_name }}
+{{ user.first_name }} {{ user.last_name }}.
{% else %}
{{ user.username }}.
{% endif %}
rss_item_list = []
organization = settings.TELEMETA_ORGANIZATION
subjects = settings.TELEMETA_SUBJECTS
- rss_host = settings.TELEMETA.RSS_HOST
+ rss_host = request.META['HTTP_HOST']
date_now = datetime.datetime.now()
revisions = self.get_revisions(request)
tags = ['title', 'description', 'comment']