940411158cf51cb8254cf96e3075a94153570960
Home.md
... | ... | @@ -79,3 +79,5 @@ |
79 | 79 | ### virtualisation |
80 | 80 | - [esxi](technology/virtualisation/esxi) |
81 | 81 | |
82 | +### websites |
|
83 | +- [django](technology/websites/django) |
technology/websites/django.md
... | ... | @@ -0,0 +1,3 @@ |
1 | +# django |
|
2 | + |
|
3 | +## cms |
technology/websites/wagtail.md
... | ... | @@ -0,0 +1,15 @@ |
1 | +# wagtail |
|
2 | + |
|
3 | +[docs][] |
|
4 | + |
|
5 | +## install |
|
6 | +### pre-reqs |
|
7 | +- python |
|
8 | +- pip |
|
9 | +- django |
|
10 | + |
|
11 | +``` |
|
12 | +pip3 install wagtail |
|
13 | +``` |
|
14 | + |
|
15 | +[docs]: http://docs.wagtail.io/en/v2.3/getting_started/tutorial.html |