From 09b9583b7a52b1a6f2532584b414504c7c618a8b Mon Sep 17 00:00:00 2001 From: jmath1 Date: Sun, 7 Jun 2020 08:12:51 -0400 Subject: [PATCH] Update README files to replace syncdb with migrate --- README.md | 7 ++----- docker/README.md | 2 +- vendor/paypal/README.md | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b3917e265..168fd8eaf 100755 --- a/README.md +++ b/README.md @@ -161,13 +161,10 @@ these after the installation below. Then load up the database with empty NewsBlur tables and bootstrap the database: - ./manage.py migrate ./manage.py migrate --fake ./manage.py migrate ./manage.py loaddata config/fixtures/bootstrap.json - - If you don't create a user during `syncdb`, the `bootstrap.json` file will create a - newsblur user with no password. + 3. Start mongodb (if not already running): @@ -211,7 +208,7 @@ You must perform a few tasks to tie all of the various systems together. #### MySQL/PostgreSQL - ./manage.py syncdb + ./manage.py migrate #### App server diff --git a/docker/README.md b/docker/README.md index dc8b46c1b..36dac0ab2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -15,7 +15,7 @@ Missing from template : REDIS_SESSIONS, postgresql_psycopg2 ## One time setup On newsblur : -docker-compose run newsblur ./manage.py syncdb --all --noinput +docker-compose run newsblur ./manage.py migrate docker-compose run newsblur ./manage.py loaddata docker/data.json diff --git a/vendor/paypal/README.md b/vendor/paypal/README.md index f03182935..0fc445d4f 100644 --- a/vendor/paypal/README.md +++ b/vendor/paypal/README.md @@ -265,7 +265,7 @@ apps. [There is an explanation of WPP in the PayPal Forums](http://www.pdncommun PAYPAL_WPP_PASSWORD = "???" PAYPAL_WPP_SIGNATURE = "???" -1. Run `python manage.py syncdb` to add the required tables. +1. Run `python manage.py migrate` to add the required tables. 1. Write a wrapper view for `paypal.pro.views.PayPalPro`: