making a separate url for stream pages
This commit is contained in:
parent
e43e41caf5
commit
99dd1e2195
@ -100,3 +100,6 @@ THUMBNAIL_SIZES = {'thumb':'200x?', 'thumb2x':'400x?'}
|
|||||||
|
|
||||||
# category url
|
# category url
|
||||||
CATEGORY_URL = '/{slug}.html'
|
CATEGORY_URL = '/{slug}.html'
|
||||||
|
|
||||||
|
#stream
|
||||||
|
STREAM_SAVE_AS='stream/{slug}.html'
|
Loading…
Reference in New Issue
Block a user