Adi RamadhanDjango Live Search with HTMXReference https://www.djangoproject.com/ and https://htmx.org/May 22May 22
Adi RamadhanDjango with Redis as Cache Backend and Session StorageReference: https://www.djangoproject.com/ https://redis.io/ Redis is a source-available, in-memory storage, used as a distributed…May 18May 18
Adi RamadhanDjango Partial Render with Loading Element with HTMXReference https://www.djangoproject.com/ and https://htmx.org/Apr 12Apr 12
Adi RamadhanDjango Update Multiple Records with Selected Checkbox Using HTMXReferences: django, bootstrap, htmx.Nov 20, 2023Nov 20, 2023
Adi RamadhanDjango Email Login (instead of using username)by default, django use username to login. For some case, using email is better than username (most user remember email rather than…Aug 26, 20231Aug 26, 20231
Adi RamadhanDjango CRUD with Bootstrap Modal Form with HTMXDjango CRUD with bootstrap modal form with HTMX, include the validation. No leaving current page.Jul 15, 20233Jul 15, 20233
Adi RamadhanDjango Debug Toolbar: Helper for django developersShowing History, versions, time, settings, and other helpful information for django developer. Official docs django-debug-toolbarMay 22, 2023May 22, 2023
Adi RamadhanDjango Gunicorn with Nginx in DockerOfficial docs of django and docker Prerequisite: python and docker installedApr 9, 2023Apr 9, 2023
Adi RamadhanRunning Django App Image in DockerSimple Django Apps Image in Docker. Official docs of django and docker. Prerequisite: python and docker installed.Feb 16, 2023Feb 16, 2023
Adi RamadhaninDevOps.devDjango Run Asynchronous Tasks with Celery and RabbitMQIt is strongly recommended for long running tasks (processes), it will reduce user waiting time and tasks will be executed as background…Jan 29, 2023Jan 29, 2023