Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon AIOHTTP Folders
| Folder | Path | Uses |
|---|---|---|
|
Admin/default/src/ |
All src files here. |
|
Admin/default/templates/ |
All templates files here. |
|
Admin/default/ |
Apps files here. |
|
Admin/default/ |
Components files here, you can add your custom components. |
|
Admin/default/ |
Dashboards files here. |
|
Admin/default/ |
Gulp related code. if you don't have knowledge about this then don't modify it. |
|
Admin/default/ |
Layouts files here. |
|
Admin/default/ |
Main files here. |
|
Admin/default/ |
Pages files here. |
|
Admin/default/ |
Routes files here. |
|
Admin/default/ |
Settings files here. |
|
Admin/default/ |
Views files here. |
|
Admin/default/ |
package.json files here. |
2. Velzon AIOHTTP partials Files
| File | Path | Uses |
|---|---|---|
|
templates/partials/base |
All base structure files here. |
|
templates/partials/footer |
Footer related code. you can modify as per your requirements. |
|
templates/partials/customizer |
Customizer related code. |
|
templates/partials/sidebar |
Sidebar menus related code, you can add new menu here. |
|
templates/partials/topbar |
Topbar related code here, you can easily customize topbar from here. |
|
templates/partials/base |
Common css placed here,extra css includes in html files. |
|
templates/partials/base |
Common javascript includes here, extra javascript includes in html files. |
3. Velzon Layouts Files
| File | Path | Uses |
|---|---|---|
|
layouts/ |
Detached layout file here. |
|
layouts/ |
Horizontal layout file here. |
|
layouts/ |
Two column layout file here. |
|
layouts/ |
Vertical hovered layout file here. |
- Admin
-
-
src
-
fonts
-
images
-
js
-
json
-
lang
-
scss
-
-
templates
-
apps_views.py
-
components_views.py
-
dashboards_views.py
-
environment-config.json
-
gulpfile.js
-
layouts_views.py
-
main.py
-
package.json
-
pages_views.py
-
routes.py
-
settings.py
-
views.py
-
yarn.lock
-