Added check syntax

This commit is contained in:
Jesús
2018-10-12 19:41:43 -05:00
parent 92eb1be535
commit 50a78d7b4b

View File

@@ -15,7 +15,7 @@
2. Run `virtualenv`. 2. Run `virtualenv`.
cd /path/to/personalsite && virtualenv ./venv/ cd /path/to/site && virtualenv ./venv/
3. Activate the virtualenv. 3. Activate the virtualenv.
@@ -66,11 +66,15 @@
} }
} }
2. Migrate changes. 2. Check syntax.
./manage.py check --deploy
3. Migrate changes.
./manage.py migrate ./manage.py migrate
3. Create superUSER 4. Create superUSER
./manage.py createsuperuser ./manage.py createsuperuser