* Update readme

* Update README.md

Co-Authored-By: James Ramm <JamesRamm@users.noreply.github.com>

* Merge two commands
pull/278/head
Michael Borisov 2019-11-30 12:42:41 +03:00 zatwierdzone przez James Ramm
rodzic 80c629a202
commit a041d3d505
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -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.