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 +