From b50fc934dc6483a81535d0acd5b506f00d4f9ecf Mon Sep 17 00:00:00 2001 From: Anet Date: Wed, 16 Oct 2019 23:33:11 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 057de635..08842604 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ Use git :-) Quickstart ---------- -Install the following packages in Debian/Ubuntu: `libpq-dev python-dev python-setuptools python2.7 libjpeg-dev libpng12-dev`. Then run: - - make - ./manage.py testdata - make run + make install_venv + . env/bin/activate + make install_web Make commands ------------- @@ -41,6 +39,8 @@ Make commands * `make schema` - generates graph of seminar and all schemas as PDF. Supercool! +* `make sync_prod_flatpages` - downloads and applies static/flat pages from mamweb-prod + ./manage.py commands --------------------