We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a176e commit 9d5bd62Copy full SHA for 9d5bd62
README.md
@@ -9,6 +9,7 @@ First launch the API server.
9
10
```bash
11
cd django-api-nextjs
12
+python3.11 -m venv venv
13
pip install -r requirements.txt
14
15
python manage.py migrate
0 commit comments