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 0b0fd4c commit 7b12ae0Copy full SHA for 7b12ae0
examples/django-minimal/README.md
@@ -12,7 +12,7 @@ https://github.com/rnevius/minimal-django
12
> dotnet tool restore
13
> dotnet restore
14
15
-> pip install -r Django
+> pip3 install -r requirements.txt
16
```
17
18
## Build
@@ -23,9 +23,8 @@ https://github.com/rnevius/minimal-django
23
24
## Run
25
26
-Note that the first argument is skipped, because of `main(sys.argv[1:])` for some reason
27
```sh
28
-> python3 program.py skipped runserver
+> python3 program.py runserver
29
30
31
Visit http://127.0.0.1:8000/
0 commit comments