aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-23 05:24:25 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-23 05:24:25 +0300
commit5bd41b3886cfded2a5eced4d32de5638d183ea8c (patch)
tree4f74e110a59b7a72711f2205b4c13ea8f96426c2
parente55e8a7191eeb0d9a83d29768401e6cf194bbcc0 (diff)
downloadw3blog-5bd41b3886cfded2a5eced4d32de5638d183ea8c.tar.gz
w3blog-5bd41b3886cfded2a5eced4d32de5638d183ea8c.zip
readme link to guide
-rwxr-xr-xREADME.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f75fdd4..6428bb2 100755
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ WEBLOG_SETTINGS = {
5. Note that if you use your own base template, you will either need to link Bootstrap (v4) 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, or write your own.
+Read more about it here: https://www.yaroslavps.com/weblog/python/w3blog-blog-engine/
+
Note: This package depends on the following python packages (besides Django and their dependencies): django-summernote
This project was previously named django-weblog, however, I had to renamed it due to there being an existing package with the same name in PyPI.