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 5d5fbf7 commit ce9cc17Copy full SHA for ce9cc17
django-user-management/README.md
@@ -24,6 +24,12 @@ Install the dependencies for this project if you haven't installed them yet:
24
(venv) $ python -m pip install -r requirements.txt
25
```
26
27
+Navigate into the project's directory:
28
+
29
+```bash
30
+(venv) $ cd user_auth_intro/
31
+```
32
33
Make and apply the migrations for the project to build your local database:
34
35
```bash
django-user-management/requirements.txt
@@ -1 +1,3 @@
1
+asgiref==3.8.1
2
Django==5.1.3
3
+sqlparse==0.5.2
0 commit comments