Skip to content

Commit d687e4e

Browse files
authored
Add examples to Readme, add Django Svelte Template to Readme (#36)
1 parent cfa8be3 commit d687e4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ class ExampleTestCase(InertiaTestCase):
191191
The inertia test helper also includes a special `inertia` client that pre-sets the inertia headers
192192
for you to simulate an inertia response. You can access and use it just like the normal client with commands like `self.inertia.get('/events/')`. When using the inertia client, inertia custom assertions **are not** enabled though, so only use it if you want to directly assert against the json response.
193193

194+
## Examples
195+
196+
- [Django Svelte Template](https://github.com/pmdevita/Django-Svelte-Template) - A Django template and example project demonstrating Inertia with Svelte and SSR.
197+
194198
## Thank you
195199

196200
A huge thank you to the community members who have worked on InertiaJS for Django before us. Parts of this repo were particularly inspired by [Andres Vargas](https://github.com/zodman) and [Samuel Girardin](https://github.com/girardinsamuel). Additional thanks to Andres for the Pypi project.

0 commit comments

Comments
 (0)