You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coda_mdstore.resourcesync has two functions, index and sitemap, which are copies of django.contrib.sitemaps.views.index and django.contrib.sitemaps.sitemap with very slight alterations. (See Django 1.6.x)
The alterations basically just edit the data that is handed to the response context. We can update this to use a decorator, which will edit the context after the function has been called.
The text was updated successfully, but these errors were encountered:
coda_mdstore.resourcesync
has two functions,index
andsitemap
, which are copies ofdjango.contrib.sitemaps.views.index
anddjango.contrib.sitemaps.sitemap
with very slight alterations. (See Django 1.6.x)The alterations basically just edit the data that is handed to the response context. We can update this to use a decorator, which will edit the context after the function has been called.
The text was updated successfully, but these errors were encountered: