implement media pipelines and url rewriting
This commit is contained in:
parent
0c3a7fe7fe
commit
dc4e79c130
14 changed files with 1079 additions and 124 deletions
|
|
@ -93,4 +93,9 @@ FEED_EXPORTERS = {
|
|||
"rss": "repub.exporters.RssExporter",
|
||||
}
|
||||
|
||||
LOG_LEVEL = "ERROR"
|
||||
TELNETCONSOLE_ENABLED = False
|
||||
|
||||
LOG_LEVEL = "INFO"
|
||||
# LOG_LEVEL = "ERROR"
|
||||
|
||||
MEDIA_ALLOW_REDIRECTS = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue