Folder Structure
Ablepro Flask
โโAdmin
โโโ ๐src
| โโโ ๐assets
| โโโ ๐css
| โโโ ๐fonts
| โโโ ๐images
| โโโ ๐js
| โโโ ๐json
| โโโ ๐scss
โโโ ๐templates
| โโโ ๐index.html
| โโโ ๐readme.html
| โโโ ๐admins
| โโโ ๐application
| โโโ ๐chart
| โโโ ๐dashboard
| โโโ ๐demo
| โโโ ๐elements
| โโโ ๐forms
| โโโ ๐layouts
| โโโ ๐other
| โโโ ๐pages
| โโโ ๐table
| โโโ ๐widget
โโโ ๐.prettierignore
โโโ ๐ app.py
โโโ ๐db.sqlite3
โโโ ๐package-libs-config.json
โโโ ๐package-lock.json
โโโ ๐package.json
โโโ ๐yarn.lock
โโโ ๐requirements.txt
โโโ ๐vite.config.js
โโStarterkit
โโ It's easy start with minimal structure of Admin project.
โโDoc
โโindex.html
Light Able Flask Folders Structure (Root : /Admin)
๐ src/assets
src/assets/
All source file are here.
db.sqlite3
db.sqlite3
All Database related migrations file.
app.py
app.py
Main file for our flask project.
Light Able Flask Templates
๐index.html
templates/index.html
Light Able Preview Page.
๐admins
templates/admins
All application pages are here.
๐ application
templates/application
All application pages are here. Like Account Profile, Chat, eCommerce, Social Media etc.
๐ chart
templates/chart
All chart pages are here.
๐ dashboard
templates/chart
Dashboard page is here.
๐ demo
templates/chart
All the Demo pages here.
๐ elements
templates/elements
All the alerts, buttons, dropdowns, modals etc. elements files are here.
๐ forms
templates/forms
All the forms those are used in our kit are here.
๐ layouts
templates/layouts
All the layout pages like headers, sidebars, customizer and components are here.
๐ other
templates/other
You can all other pages here.
๐ pages
templates/pages
You can all authentication related pages here.
๐ table
templates/table
All tables used in kit are here.
๐ widget
templates/widget
All UI widget pages are here.
Last updated