making a separate url for stream pages

This commit is contained in:
ccl 2020-04-17 01:01:32 +02:00
parent e43e41caf5
commit 99dd1e2195

View File

@ -100,3 +100,6 @@ THUMBNAIL_SIZES = {'thumb':'200x?', 'thumb2x':'400x?'}
# category url
CATEGORY_URL = '/{slug}.html'
#stream
STREAM_SAVE_AS='stream/{slug}.html'