attivare feed sulle tag per il podcast
This commit is contained in:
parent
17efbb4739
commit
b174ee98be
|
@ -18,9 +18,9 @@ FEED_ALL_ATOM = 'feeds.atom.xml'
|
||||||
FEED_ALL_RSS = 'feed.xml'
|
FEED_ALL_RSS = 'feed.xml'
|
||||||
|
|
||||||
## attivando feed sui tag (solo atom) per avere fare podcast di bitume
|
## 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.tag_%s.atom.xml" # %s è deprecato, usa {slug}
|
||||||
#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #critcal error
|
#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #CRITICAL: TypeError
|
||||||
TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml"
|
#TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml" #CRITICAL: TypeError
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user