File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ pip install django-idom
34
34
35
35
# Django Integration
36
36
37
- To integrate IDOM into your application you'll need to modify or add the following files to ` your_app ` :
37
+ To integrate IDOM into your application you'll need to modify or add the following files to ` your_project ` :
38
38
39
39
```
40
- your_app /
40
+ your_project /
41
41
├── __init__.py
42
42
├── asgi.py
43
43
├── settings.py
@@ -171,7 +171,7 @@ In context this will look a bit like the following...
171
171
<html>
172
172
<body>
173
173
...
174
- {% idom_component "your_app .example_app.components.Hello" greeting_recipient="World" %}
174
+ {% idom_component "your_project .example_app.components.Hello" greeting_recipient="World" %}
175
175
</body>
176
176
</html>
177
177
```
You can’t perform that action at this time.
0 commit comments