Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit e844dc3

Browse files
authored
Update repo links in readme
1 parent e45bd53 commit e844dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python3 manage.py collectstatic
5858

5959
Example:
6060

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.
6262

6363
```bash
6464
python manage.py loaddata app/fixtures/auth_user
@@ -97,7 +97,7 @@ View the api collection [here](https://documenter.getpostman.com/view/17125932/U
9797

9898
## Admin
9999

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)
101101

102102
```bash
103103
export DJANGO_SUPERUSER_PASSWORD=secret
@@ -115,7 +115,7 @@ py manage.py collectstatic
115115

116116
![docker-mailhog.png](https://raw.githubusercontent.com/kkamara/useful/main/docker-mailhog.png)
117117

118-
Mail environment credentials are at [.env](https://raw.githubusercontent.com/kkamara/python-react-boilerplate/develop/.env.example).
118+
Mail environment credentials are at [.env](https://raw.githubusercontent.com/kkamara/python-reactjs-boilerplate/develop/.env.example).
119119

120120
The [mailhog](https://github.com/mailhog/MailHog) docker image runs at `http://localhost:8025`.
121121

0 commit comments

Comments
 (0)