Skip to content

Commit

Permalink
Update Readme instructions and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
acsany committed Dec 2, 2024
1 parent 5d5fbf7 commit ce9cc17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions django-user-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Install the dependencies for this project if you haven't installed them yet:
(venv) $ python -m pip install -r requirements.txt
```

Navigate into the project's directory:

```bash
(venv) $ cd user_auth_intro/
```

Make and apply the migrations for the project to build your local database:

```bash
Expand Down
2 changes: 2 additions & 0 deletions django-user-management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
asgiref==3.8.1
Django==5.1.3
sqlparse==0.5.2

0 comments on commit ce9cc17

Please sign in to comment.