Skip to content

Commit 81870da

Browse files
authored
Update README.md
1 parent 17932b8 commit 81870da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git clone https://github.com/WebDataRocks/pivot-django.git
1414
cd pivot-django
1515
```
1616
2. Run the following command:
17+
1718
- On Windows:
1819
```bash
1920
py manage.py migrate
@@ -25,6 +26,7 @@ cd pivot-django
2526
This will create database tables for the default Django apps. [Learn about the migrate command](https://docs.djangoproject.com/en/5.0/ref/django-admin/#migrate).
2627

2728
3. Run the sample project:
29+
2830
- On Windows:
2931
```bash
3032
py manage.py migrate

0 commit comments

Comments
 (0)