Skip to content

Commit c54c936

Browse files
committed
Final QA
1 parent 4cfb50c commit c54c936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-django-project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Follow tutorial on [How to Create a Django Project](https://realpython.com/django-setup/) on Real Python to create a new Django project with one Django app from scratch.
44

5-
> **Note:** This project targets Python 3.10 or later.
5+
> **Note:** This project targets Python 3.12 or later.
66
77
## Setup
88

@@ -31,7 +31,7 @@ Install the dependencies for this project:
3131
Navigate into the Django project folder:
3232

3333
```bash
34-
(venv) $ cd setup
34+
(venv) $ cd setup/
3535
```
3636

3737
Run the Django development server:

0 commit comments

Comments
 (0)