Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Flask Folders
Folder | Path | Uses |
---|---|---|
|
Admin/ |
Flask environment file here. |
|
Admin/ |
Flask main file here. |
|
Admin/Velzon/ |
All src files here. |
|
Admin/Velzon/ |
All Database related migrations. |
|
Admin/Velzon/ |
All apps and database related code here. |
|
Admin/Velzon/ |
Apps file here. |
|
Admin/Velzon/ |
Components file here. |
|
Admin/Velzon/ |
Dashboards file here. |
|
Admin/Velzon/ |
Layouts file here. |
|
Admin/Velzon/ |
Pages file here. |
|
Admin/Velzon/ |
package.json file here. |
|
Admin/Velzon/ |
gulp related code. if you don't have knowledge about this then don't modify it. |
2. Velzon Flask 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 Flask Layouts Files
File | Path | Uses |
---|---|---|
|
templates/layouts/ |
Detached layout file here. |
|
templates/layouts/ |
Horizontal layout file here. |
|
templates/layouts/ |
Two column layout file here. |
|
templates/layouts/ |
Vertical hovered layout file here. |
4. Velzon Flask Auth Files
File | Path | Uses |
---|---|---|
|
templates/pages/account/base_account |
Auth base file here. |
|
templates/pages/account/ |
Login view page code, if you need to customize login you can do from this. |
|
templates/pages/account/ |
Registration page view code. |
- Admin
-
-
src
-
fonts
-
images
-
js
-
json
-
lang
- scss
-
-
templates
-
__init.py__
-
apps.py
-
components.py
-
dashboards.py
-
db.sqlite
-
environment-config.json
-
gulpfile.js
-
models.py
-
layouts.py
-
pages.py
-
package.json
-
yarn.lock
-