grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 940411158cf51cb8254cf96e3075a94153570960
parent 2c0f021e7f8edb0c3a302b70686e2c6adf4abee6
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  3 Dec 2018 22:12:37 +0000

websites dir. django and wagtail (cms) pages

Diffstat:
MHome.md | 2++
Atechnology/websites/django.md | 3+++
Atechnology/websites/wagtail.md | 15+++++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/Home.md b/Home.md @@ -79,3 +79,5 @@ ### virtualisation - [esxi](technology/virtualisation/esxi) +### websites +- [django](technology/websites/django) diff --git a/technology/websites/django.md b/technology/websites/django.md @@ -0,0 +1,3 @@ +# django + +## cms diff --git a/technology/websites/wagtail.md b/technology/websites/wagtail.md @@ -0,0 +1,15 @@ +# wagtail + +[docs][] + +## install +### pre-reqs +- python +- pip +- django + +``` +pip3 install wagtail +``` + +[docs]: http://docs.wagtail.io/en/v2.3/getting_started/tutorial.html