You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ python3 manage.py collectstatic
58
58
59
59
Example:
60
60
61
-
Load data [auth_user.json](https://github.com/kkamara/python-react-boilerplate/blob/main/app/fixtures/auth_user.json) into database.
61
+
Load data [auth_user.json](https://github.com/kkamara/python-reactjs-boilerplate/blob/main/app/fixtures/auth_user.json) into database.
62
62
63
63
```bash
64
64
python manage.py loaddata app/fixtures/auth_user
@@ -97,7 +97,7 @@ View the api collection [here](https://documenter.getpostman.com/view/17125932/U
97
97
98
98
## Admin
99
99
100
-
Admin creds are set in [./compose/local/django/start](https://raw.githubusercontent.com/kkamara/python-react-boilerplate/develop/compose/local/django/start)
100
+
Admin creds are set in [./compose/local/django/start](https://raw.githubusercontent.com/kkamara/python-reactjs-boilerplate/develop/compose/local/django/start)
0 commit comments