Skip to content

Commit 72fed82

Browse files
make test user info better
1 parent bc9273c commit 72fed82

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

demos/django-todolist/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Ensure you have [melos](https://melos.invertase.dev/~melos-latest/getting-starte
1212
4. Insert your Django URL and PowerSync project credentials into `lib/app_config.dart` (See instructions below)
1313
5. `flutter run`
1414

15+
A test user with the following credentials will be available:
16+
17+
```
18+
username: testuser
19+
password: testpassword
20+
```
21+
1522
# Service Configuration
1623

1724
This demo can be used with cloud or local services.
@@ -21,12 +28,7 @@ This demo can be used with cloud or local services.
2128
The [Self Hosting Demo](https://github.com/powersync-ja/self-host-demo) repository contains a Docker Compose Django backend demo which can be used with this client.
2229
See [instructions](https://github.com/powersync-ja/self-host-demo/blob/main/demos/django/README.md) for starting the backend locally.
2330

24-
The backend demo should perform all the required setup automatically. A test user with the following credentials will be available:
25-
26-
```
27-
username: testuser
28-
password: testpassword
29-
```
31+
The backend demo should perform all the required setup automatically.
3032

3133
### Android
3234

0 commit comments

Comments
 (0)