From 50a78d7b4b4471cab88fddbaf1e3bb35d7dd6c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 12 Oct 2018 19:41:43 -0500 Subject: [PATCH] Added check syntax --- HACKING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 7aaebc6..5ca6032 100644 --- a/HACKING.md +++ b/HACKING.md @@ -15,7 +15,7 @@ 2. Run `virtualenv`. - cd /path/to/personalsite && virtualenv ./venv/ + cd /path/to/site && virtualenv ./venv/ 3. Activate the virtualenv. @@ -66,11 +66,15 @@ } } -2. Migrate changes. +2. Check syntax. + + ./manage.py check --deploy + +3. Migrate changes. ./manage.py migrate -3. Create superUSER +4. Create superUSER ./manage.py createsuperuser