News

Start Virtualenv & Django Project sudo pip install virtualenv cd /var/www mkdir venv && cd venv virtualenv -p python3 . source bin/activate python --version #should return Python 3.4 pip install ...
Ini cara memulai proyek Django Framework menggunakan Python 3.12 di Ubuntu 22.04 (Zorin OS 16) dengan database PostgreSQL 16.
HTMX is the dynamic HTML extension that gives you the power of JavaScript with a few lines of simple markup. Let's see how it works with the popular Python-Django development stack.