Folder Structure
Presented here is the DJANGO rendition of the folder arrangement. To facilitate layout
management and expedite development through Gulp, we've meticulously designed partials.
Incorporating a starter kit that serves as a launchpad for commencing projects from the ground
up.
- Admin
-
src
- fonts // includes all ICONS fonts
- images
- js // includes all custom js files for the apps, layouts & pages
- lang // includes all languages json file
- json // includes the json files of chat,invoice and other pages
-
scss
- custom // includes all pages scss with separate files
- _variables.scss // includes all variables for quick change colors, spacing etc
- _variables-dark.scss // includes all dark variables for quick change colors, spacing etc
- app.scss // it has imported all other scss files and create app.min.css file.
- bootstrap.scss // it has imported all bootstrap's scss files
- icons.scss // Includes all icons files
templates // All html files here.-
partials // all partials files here.
- base.html // it has HTML tag with commen css and js code.
- content.html // content file
- css.html // it has css files
- footer.html // it includes footer text
- header.html // it includes topbar apps & logo code
- hori-header.html // it includes horizontal topbar apps & logo code
- hori-sidebar.html // it includes horizontal sidebar content
- javascript.html // it includes javascript files
- rightsidebar.html // right sidebar for customization layouts, sidebar colors, modes etc settings
- sidebar.html // it includes sidebar content
- All html files will be here.