We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeff0c commit 2d581f9Copy full SHA for 2d581f9
README.md
@@ -17,6 +17,6 @@ export DATABASE_URL=postgres://postgres:[email protected]:5432/postgres
17
### Running the app
18
19
```bash
20
-./manage migrate
21
-./manage runserver
+./manage.py migrate
+./manage.py runserver
22
```
0 commit comments