Releases: app-generator/django-pixel
Releases · app-generator/django-pixel
v1.0.14
Changes
- 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.
v1.0.13
Changes
Update RM Links
- 👉 Django Pixel -
Product Page
- 👉 Django Pixel Documentation -
Complete Information
and Support Links- Getting Started with Django - a
comprehensive tutorial
Configuration
: Install Tailwind/Flowbite, Prepare Environment, Setting up the DatabaseStart with Docker
Manual Build
Start the project
Deploy on Render
- Getting Started with Django - a
v1.0.12
Changes
- Updated DOCS (readme)
v1.0.11
Changes
- Deprecate
distutils
- use
str2bool
- use
- Update Deps
requirements.txt
- Update Custom Development Section
- New Pricing:
$3,999
- New Pricing:
v1.0.9
Changes
- Bump UI: Django Theme Pixel
v1.0.3
- DOCS Update (readme). New sections:
How to customize the theme
- Render deployment
- Configure the project to use
home/templates
- Added
custom-index
sample Fix Docker
ExecutionUpdate Settings
: ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINSsections
v1.0.7
Improvements
- Built with Pixel Lite Generator
- Timestamp:
2022-05-31 08:05
- Timestamp:
v1.0.6
Improvements
- Bump Django Codebase to v2.0.0
- Dependencies update (all packages)
- Django==4.0.1
- Settings update for Django 4.x
New Parameter
: CSRF_TRUSTED_ORIGINS
v1.0.5
v1.0.4
Improvements & Fixes
- Bump Django Codebase to v1.0.5
- Dependencies update (all packages)
- Use Django==3.2.6 (latest stable version)
- Better Code formatting
- Improved Files organization
- Optimize imports
- Docker Scripts Update
- Fixes:
- Patch 500 Error when authenticated users access
admin
path (no slash at the end) - Patch #16: Minor issue in Docker
- Patch 500 Error when authenticated users access
v1.0.3
- Added scripts to recompile the SCSS files
core/static/assets/
- gulpfile.jscore/static/assets/
- package.json
Update README
- Recompile SCSS (new section)