- Preselect the design in the Generator:
- (Optional) Design Database: edit models and fields
- (Optional) Edit the fields for the extended user model
- (Optional) Enable OAuth for GitHub
- (Optional) Add Celery (async tasks)
- (Optional) Enable Dynamic API Module
- Docker Scripts
- Render CI/Cd Scripts
The generated Django project is available as a ZIP Archive and also uploaded to GitHub.
Update RM Links
- 👉 Django Tabler -
Product Page
- 👉 Django Tabler Documentation -
Complete Information
and Support Links- Getting Started with Django - a
comprehensive tutorial
Configuration
: Install Dependencies, Prepare Environment, Setting up the DatabaseStart with Docker
Manual Build
Start the project
Deploy on Render
- Getting Started with Django - a
- Deprecate
distutils
- use
str2bool
- use
- Update Deps
requirements.txt
- Update README: PRO Version, List features
API
, Charts- DataTables (Filters, Export)
- Celery
- Media Files Manager
- Extended User Profiles
- Update Custom Development Section
- New Pricing:
$3,999
- New Pricing:
- Update DEMO: Django Tabler
- Deployed on
Render
- Deployed on
- Move to theme-based pattern
- 🚀
Deployment
CI/CD
flow viaRender
- Bump Django Codebase to v2stable.0.1
- Dependencies update (all packages)
- Django==4.0.1
- Settings update for Django 4.x
New Parameter
: CSRF_TRUSTED_ORIGINS
- Patch #1 - Whitenoise Fix
- WhiteNoiseMiddleware must be positioned right after SecurityMiddleware
- Impacted file: core/settings.py / MIDDLEWARE section