Django Datta Able ENH
Dashboard built by AppSeed in Django on top of Datta Able design - Manual Coded Version.
Last updated
Was this helpful?
Dashboard built by AppSeed in Django on top of Datta Able design - Manual Coded Version.
Last updated
Was this helpful?
This product is manualy coded on top of the generated version
Version: v1.0.9 - release date
2022-07-10
UI Kit: (Premium version)
Bootstrap 5 Design (no jQuery dependency)
Light/Dark Mode
190 pages: Charts
, Dashboards, Multiple Layouts
SQLite Database, Django Native ORM
Session-Based Authentication, Forms validation
Deployment scripts: Docker, Gunicorn/Nginx
Improved Authentication
Visual password strength indicator (registration)
New Feature: User Profiles
Extended User profile
Added Superusers
Image upload via FTP
Links
👉 - product page
👉 - LIVE Demo
👉 (Email and LIVE on Discord) for registered users
.
Basic development tools used by Python to compile the app dependencies in your environment.
The project structure is simple to understand and intuitive enough as presented below:
The codebase has been update to support some new features:
Automatic user suspension on consecutive failed logins
Limit saved in configuration
Password strength
indicator (registration page)
The feature is activated via the .env
settings. Sample configuration:
Users are able to edit their profile:
Full Name, address, phone number and ZIP Code
Upload their profile image
If the FTP_UPLOAD
feature is active
Note: Feature reserved for
superusers
List all users
Edit the information
Suspend/unsuspend the users
To start with Datta able ENH , should be installed properly in the workstation. If you are not sure if Python is installed, please open a terminal and type python --version
. Here is the full list of dependencies and tools required to build the app:
- the programming language used to code the app.
- used to clone the source code from the Github repository.
(Optional) - used to create "lightweight" virtual environments.
(Optional) - used for OS-level virtualizaton by creating portable packages called containers with all necessary dependencies and configuration.
👉 Access the page in case something is missing
👉 Use to generate a new project