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
3434
3535# Django Integration
3636
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 ` :
3838
3939```
40- your_app /
40+ your_project /
4141├── __init__.py
4242├── asgi.py
4343├── settings.py
@@ -171,7 +171,7 @@ In context this will look a bit like the following...
171171<html>
172172 <body>
173173 ...
174- {% idom_component "your_app .example_app.components.Hello" greeting_recipient="World" %}
174+ {% idom_component "your_project .example_app.components.Hello" greeting_recipient="World" %}
175175 </body>
176176</html>
177177```
You can’t perform that action at this time.
0 commit comments