aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslsav-95 <contact@yaroslavps.com>2018-01-31 08:31:39 +0300
committerYaroslsav-95 <contact@yaroslavps.com>2018-01-31 08:31:39 +0300
commitbe41310b3dc4aec12d3a950cf9fe737811436499 (patch)
tree4092432369f94519963ee8ebaa2c36624cc37313
parent28b67ad39af15d27bad7e55a0ae7fafe91139239 (diff)
downloadw3blog-be41310b3dc4aec12d3a950cf9fe737811436499.tar.gz
w3blog-be41310b3dc4aec12d3a950cf9fe737811436499.zip
Note on dependencies
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b0d718..3da5fa9 100644
--- a/README.md
+++ b/README.md
@@ -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