Added check syntax

This commit is contained in:
Jesús 2018-10-12 19:41:43 -05:00
parent 92eb1be535
commit 50a78d7b4b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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