From 13690f11a61c2a66b2cb1c1dbb7d05c5ffbf7af1 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Sat, 10 Dec 2016 13:38:05 +0200 Subject: [PATCH] Update index.html Edited command in line #78 "--no-input". There is only "--noinput" command. Ref: http://djbook.ru/rel1.6/ref/django-admin.html#django-admin-option---noinput --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 546dc2c..aae772a 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@

It's dead simple:

$ virtualenv --no-site-packages .env
$ source .env/bin/activate
$ .env/bin/pip install -r requirements.txt
-$ python manage.py syncdb --no-input +$ python manage.py syncdb --noinput

8. Change db with random name in settings and make initial commit. Push changes, they will be deployed automatically. @@ -145,4 +145,4 @@

It's dead simple:

- \ No newline at end of file +