Merge "[doc] Fix: Tutorial: Building a Dashboard"
This commit is contained in:
commit
c1629e30dc
@ -71,8 +71,8 @@ structure that looks like the following::
|
|||||||
│ └── views.py
|
│ └── views.py
|
||||||
├── static
|
├── static
|
||||||
│ └── mydashboard
|
│ └── mydashboard
|
||||||
│ ├── css
|
│ ├── scss
|
||||||
│ │ └── mydashboard.css
|
│ │ └── mydashboard.scss
|
||||||
│ └── js
|
│ └── js
|
||||||
│ └── mydashboard.js
|
│ └── mydashboard.js
|
||||||
└── templates
|
└── templates
|
||||||
@ -134,7 +134,6 @@ As described above, the ``mypanel`` directory under
|
|||||||
|
|
||||||
mypanel
|
mypanel
|
||||||
├── __init__.py
|
├── __init__.py
|
||||||
├── models.py
|
|
||||||
├── panel.py
|
├── panel.py
|
||||||
├── templates
|
├── templates
|
||||||
│ └── mypanel
|
│ └── mypanel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user