From a041d3d505539f03dce4d0570f067ecc1eb4e7a9 Mon Sep 17 00:00:00 2001 From: Michael Borisov Date: Sat, 30 Nov 2019 12:42:41 +0300 Subject: [PATCH] Update readme (#212) * Update readme * Update README.md Co-Authored-By: James Ramm * Merge two commands --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f66da26..5859272 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,21 @@ Setup a Longclaw project $ longclaw start my_project ``` +Go to project directory and create missing migrations + +```bash + $ python manage.py makemigrations home catalog +``` + +Do migrations for whole project and run + +```bash + $ python manage.py migrate + $ python manage.py loadcountries + $ python manage.py createsuperuser + $ python manage.py runserver +``` + ## Features - Tightly integrated with Wagtail. Create products, manage orders, configure shipping and view statistics all from the Wagtail admin.