Folder Structure

The FabKin - Admin & Dashboard Template. project is organized to streamline your workflow and make it easy to manage, customize, and extend. Below is a breakdown of the main directories and files included in your template. We have user friendly structure which can easy for the Developers to understand.

  • Admin (v1.0.0)
    • fabkin (#Djago app:)
      • settings.py (#Structure for the body element.)
      • urls.py (#Routing file.)
      • views.py (#Views mapping file.)
    • path (#)
    • static (#The compiled and minified assetes for djnago project.)
    • src (#Source files.)
      • assets (#Uncompiled assets:)
        • fonts (#Raw font files used in the project.)
        • images (#Image files used in the project.)
        • js (#JavaScript files in the project.)
          • app
          • auth
          • chart
          • dashboard
          • form
          • icon
          • map
          • pages
          • table
          • ui
          • app.js
          • layout-setup.js
          • plugins.js
          • scroll-top.init.js
        • libs (#Language files for localization in development.)
        • scss (#CSS files for styling:)
          • custom
          • _custom-variables.scss (#)
          • _custom-variables-dark.scss (#)
          • _variables.scss (#)
          • _variables-dark.scss (#)
          • app.scss (#)
          • bootstrap.scss (#)
          • icons.scss (#)
    • templates (#Djago templates:)
      • partials (#Reusable Djago partials:)
        • layouts
        • body.html(#)
        • footer.html (#)
        • head-css.html (#)
        • header.html (#)
        • horizontal.html (#)
        • main.html (#)
        • page-title.html (#)
        • scroll-to-top.html (#)
        • sidebar.html (#)
        • switcher.html (#)
        • title-meta.html (#)
        • vendor-scripts.html (#)
      • All HTML Pages Files (#)
    • virtual_env (#)
    • .gitignore (#)
    • db.sqlite3 (#)
    • manage.py (#)
    • package.json (#)
    • package-copy.json (#)
    • package-lock.json (#)
    • preload.js (#)
    • README.md (#)
    • requirements.txt (#)
    • webpack.config.js (#)
    • yarn.lock (#)