django-tabler
django-tabler copied to clipboard
Django Dashboard - Tabler Design | AppSeed
Django Dashboard Tabler
Open-source Django Dashboard generated by AppSeed op top of an iconic design. Tabler is a open-source admin template crafted by Codecalm agency. It comes with the basic components and set of pre-built pages required to lay the foundation for any application - Design provided by Codecalm.
- 👉 Django Tabler -
Product page - 👉 PRO Version - Volt BS5 Design
Features
Have questions?Contact Support (Email & Discord) provided by AppSeed
| Free Version | PRO Version | Custom Development |
|---|---|---|
| ✓ Django 4.2.9 | Everything in Free, plus: | Everything in PRO, plus: |
| ✓ Best Practices | ✅ Premium Bootstrap 5 Design | ✅ 1mo Custom Development |
| ✓ Bootstrap 5 Design | ✅ OAuth Google, GitHub |
✅ Team: PM, Developer, Tester |
✓ CI/CD Flow via Render |
✅ API, Charts |
✅ Weekly Sprints |
✓ Docker |
✅ DataTables (Filters, Export) | ✅ Technical SPECS |
| - | ✅ Celery | ✅ Documentation |
| - | ✅ Media Files Manager | ✅ 30 days Delivery Warranty |
| - | ✅ Extended User Profiles | - |
| - | ✅ Private REPO Access |
- |
| - | ✅ PRO Support - Email & Discord | - |
| - | ✅ Deployment Assistance | - |
| ------------------------------------ | ------------------------------------ | ------------------------------------ |
| ✓ Product Page | 🚀 LIVE Demo | 🛒 Order: $3,999 (GUMROAD) |
Start with Docker
👉 Step 1 - Download the code from the GH repository (using
GIT)
$ git clone https://github.com/app-generator/django-tabler.git
$ cd django-tabler
👉 Step 2 - Start the APP in
Docker
$ docker-compose up --build
Visit http://localhost:5085 in your browser. The app should be up & running.
Environment
Create a new .env file using sample env.sample. The meaning of each variable can be found below:
DEBUG: ifTruethe app runs in develoment mode- For production value
Falseshould be used
- For production value
- For
MySqlpersistence- Install the DB Driver:
pip install mysqlclient - Create DB and assign a new user (full rights)
- Edit
.envto match the DB, user, password ..
- Install the DB Driver:
Manual Build
Download the code
$ git clone https://github.com/app-generator/django-tabler.git
$ cd django-tabler
👉 Set Up for Unix, MacOS
Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
Start the APP
$ python manage.py createsuperuser # create the admin
$ python manage.py runserver # start the project
At this point, the app runs at http://127.0.0.1:8000/.
👉 Set Up for Windows
Install modules via
VENV(windows)
$ virtualenv env
$ .\env\Scripts\activate
$ pip3 install -r requirements.txt
Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
Start the APP
$ python manage.py createsuperuser # create the admin
$ python manage.py runserver # start the project
At this point, the app runs at http://127.0.0.1:8000/.
Codebase Structure
The project is coded using a simple and intuitive structure presented below:
< PROJECT ROOT >
|
|-- core/
| |-- settings.py # Project Configuration
| |-- urls.py # Project Routing
|
|-- home/
| |-- views.py # APP Views
| |-- urls.py # APP Routing
| |-- models.py # APP Models
| |-- tests.py # Tests
|
|-- requirements.txt # Project Dependencies
|
|-- env.sample # ENV Configuration (default values)
|-- manage.py # Start the app - Django default start script
|
|-- ************************************************************************
Deploy on Render
- Create a Blueprint instance
- Go to https://dashboard.render.com/blueprints this link.
- Click
New Blueprint Instancebutton. - Connect your
repowhich you want to deploy. - Fill the
Service Group Nameand click onUpdate Existing Resourcesbutton. - After that your deployment will start automatically.
At this point, the product should be LIVE.
PRO Version
This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design. Volt Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
Features:
Up-to-date DependenciesDesign: Django Theme Volt -PRO VersionSectionscovered by the design:- Admin section (reserved for superusers)
- Authentication:
Django.contrib.AUTH, Registration - All Pages available in for ordinary users
Docker,Deployment:CI/CDflow viaRender

Django Dashboard Tabler - Open-source starter generated by AppSeed.