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.