Folder Structure
Light Able Django Folders Structure (Root: Admin/)
File/Folder | Path | Description |
---|---|---|
πablepro | ablepro | The main app of our project. |
π src/assets | src/assets/ | All source file are here. |
db.sqlite3 | db.sqlite3 | All Database related migrations file. |
manage.py | manage.py | Django's command-line utility for administrative tasks. |
utils.py | utils.py | All meta data for each page is maintained here. |
Light Able Django Templates
File | Path | Description |
---|---|---|
π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