Folder Structure

Ablepro Django
└─Admin
  β”œβ”€β”€ πŸ“applications
  β”œβ”€β”€ πŸ“src
  |    └── πŸ“assets
  |        β”œβ”€β”€ πŸ“css
  |        β”œβ”€β”€ πŸ“fonts
  |        β”œβ”€β”€ πŸ“images
  |        β”œβ”€β”€ πŸ“js
  |        β”œβ”€β”€ πŸ“json
  |        └── πŸ“scss
  β”œβ”€β”€ πŸ“ablepro
  |       β”œβ”€β”€ πŸ“__pycache__
  |       β”œβ”€β”€ πŸ“„__init_.py
  |       β”œβ”€β”€ πŸ“„asgi.py
  |       β”œβ”€β”€ πŸ“„forms.py
  |       β”œβ”€β”€ πŸ“„settings.py
  |       β”œβ”€β”€ πŸ“„urls.py
  |       β”œβ”€β”€ πŸ“„views.py
  |       └── πŸ“„wsgi.py
  β”œβ”€β”€ πŸ“templates
  |      β”œβ”€β”€ πŸ“„index.html
  |      β”œβ”€β”€ πŸ“„readme.html
  |      β”œβ”€β”€ πŸ“admins
  |      β”œβ”€β”€ πŸ“application
  |      β”œβ”€β”€ πŸ“chart
  |      β”œβ”€β”€ πŸ“dashboard
  |      β”œβ”€β”€ πŸ“demo
  |      β”œβ”€β”€ πŸ“elements
  |      β”œβ”€β”€ πŸ“forms
  |      β”œβ”€β”€ πŸ“layouts
  |      β”œβ”€β”€ πŸ“other
  |      β”œβ”€β”€ πŸ“pages
  |      β”œβ”€β”€ πŸ“table
  |      └── πŸ“widget
  β”œβ”€β”€ πŸ“„.gitignore
  β”œβ”€β”€ πŸ“„.prettierignore
  β”œβ”€β”€ πŸ“„db.sqlite3
  β”œβ”€β”€ πŸ“„manage.py
  β”œβ”€β”€ πŸ“„db.sqlite3
  β”œβ”€β”€ πŸ“„package-libs-config.json
  β”œβ”€β”€ πŸ“„package-lock.json
  β”œβ”€β”€ πŸ“„package.json
  β”œβ”€β”€ πŸ“„yarn.lock
  β”œβ”€β”€ πŸ“„requirements.txt
  └── πŸ“„README.md
└─Starterkit
  └─ It's easy start with minimal structure of Admin project.
└─Doc
  └─index.html

Light Able Django Folders Structure (Root: Admin/)

Light Able Django Templates

Last updated