attivare feed sulle tag per il podcast

proposta-home
dan 2019-11-19 14:11:05 +01:00
parent 17efbb4739
commit b174ee98be
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ FEED_ALL_ATOM = 'feeds.atom.xml'
FEED_ALL_RSS = 'feed.xml'
## attivando feed sui tag (solo atom) per avere fare podcast di bitume
#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" #deprecato
#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #critcal error
TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml"
#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" # %s è deprecato, usa {slug}
#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #CRITICAL: TypeError
#TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml" #CRITICAL: TypeError
DELETE_OUTPUT_DIRECTORY = True