diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,4 +29,6 @@ This django app is still a work in progress. More features will be added/complet WEBLOG_SHOW_ARCHIVE = True #Show the archive treeview (Years>Months) in the sidebar WEBLOG_POSTS_PER_PAGE = 10 #Number of posts that should be shown per page -5. Note that if you use your own base template, you will either need to link bootstrap in your base template's head, or write your own styles for the site based on the bootstrap classes. You will as well need to link files "weblog/css/weblog.css" and "weblog/js/weblog.js" in your html head.
\ No newline at end of file +5. Note that if you use your own base template, you will either need to link bootstrap in your base template's head, or write your own styles for the site based on the bootstrap classes. You will as well need to link files "weblog/css/weblog.css" and "weblog/js/weblog.js" in your html head. + +Note: This package depends on the following python packages (besides Django and their dependencies): django-summernote
\ No newline at end of file |