Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Django Folders
Folder | Path | Uses |
---|---|---|
|
apps/ |
All apps files here. |
|
components/ |
All components files here, you can add your custom components. |
|
dashboards/ |
All dashboards files here. |
|
db.sqllite3 |
All Database related migrations. |
|
layouts/ |
All layouts files here. |
|
pages/ |
All pages files here. |
|
src/ |
All src files here. |
|
velzon/ |
velzon settings,views,urls,forms and other files here. |
|
Admin/ |
gulp related code. if you don't have knowledge about this then don't modify it. |
|
Admin/ |
package.json files here. |
2. Velzon Django 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. |
4. Velzon Django Auth Files
File | Path | Uses |
---|---|---|
|
templates/account/base |
Auth base files here. |
|
templates/account/ |
Login view page code, if you need to customize login you can do from this. |
|
templates/account/ |
Registration page view code. |
|
templates/account/ |
Email verification page. |
|
templates/account/ |
email_confirm page. |
|
templates/account/password/reset |
Reset password using email. |
- Admin
-
-
apps
-
components
-
dashboards
-
layouts
-
pages
-
src
-
fonts
-
images
-
js
-
json
-
lang
-
scss
-
templates
velzon
.db.sqllite3
environment-config.json
gulpfile.js
manage.py
package.json
yarn.lock
-