Skip to content

Commit 2d581f9

Browse files
committed
readme
1 parent 7aeff0c commit 2d581f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export DATABASE_URL=postgres://postgres:[email protected]:5432/postgres
1717
### Running the app
1818

1919
```bash
20-
./manage migrate
21-
./manage runserver
20+
./manage.py migrate
21+
./manage.py runserver
2222
```

0 commit comments

Comments
 (0)