We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed7fc7 commit 68aa643Copy full SHA for 68aa643
README.md
@@ -34,10 +34,10 @@ pip install django-idom
34
35
# Django Integration
36
37
-To integrate IDOM into your application you'll need to modify or add the following files to `your_app`:
+To integrate IDOM into your application you'll need to modify or add the following files to `your_project`:
38
39
```
40
-your_app/
+your_project/
41
├── __init__.py
42
├── asgi.py
43
├── settings.py
@@ -171,7 +171,7 @@ In context this will look a bit like the following...
171
<html>
172
<body>
173
...
174
- {% idom_component "your_app.example_app.components.Hello" greeting_recipient="World" %}
+ {% idom_component "your_project.example_app.components.Hello" greeting_recipient="World" %}
175
</body>
176
</html>
177
0 commit comments