Skip to content

Commit ce9cc17

Browse files
committed
Update Readme instructions and requirements
1 parent 5d5fbf7 commit ce9cc17

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

django-user-management/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Install the dependencies for this project if you haven't installed them yet:
2424
(venv) $ python -m pip install -r requirements.txt
2525
```
2626

27+
Navigate into the project's directory:
28+
29+
```bash
30+
(venv) $ cd user_auth_intro/
31+
```
32+
2733
Make and apply the migrations for the project to build your local database:
2834

2935
```bash
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
asgiref==3.8.1
12
Django==5.1.3
3+
sqlparse==0.5.2

0 commit comments

Comments
 (0)