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
Copy file name to clipboardExpand all lines: demos/django-todolist/README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ Ensure you have [melos](https://melos.invertase.dev/~melos-latest/getting-starte
12
12
4. Insert your Django URL and PowerSync project credentials into `lib/app_config.dart` (See instructions below)
13
13
5.`flutter run`
14
14
15
+
A test user with the following credentials will be available:
16
+
17
+
```
18
+
username: testuser
19
+
password: testpassword
20
+
```
21
+
15
22
# Service Configuration
16
23
17
24
This demo can be used with cloud or local services.
@@ -21,12 +28,7 @@ This demo can be used with cloud or local services.
21
28
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.
22
29
See [instructions](https://github.com/powersync-ja/self-host-demo/blob/main/demos/django/README.md) for starting the backend locally.
23
30
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.
0 commit comments